Skip to content

Commit 763ad36

Browse files
authored
typo
1 parent 5e4ee5a commit 763ad36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class PageListing extends Component {
277277

278278
elements.push(<Link to="/add" className="button" style={{float:'right'}}><span class="material-icons">add</span> Add Article</Link>)
279279

280-
elements.push(<h2 style={{marginBottom:'.2em'}}>Here's all the articles{this.state.currentLetter == null ? "" : this.state.currentLetter == '#' ? "starting with a number or special character" : " starting with " + this.state.currentLetter}!</h2>)
280+
elements.push(<h2 style={{marginBottom:'.2em'}}>Here's all the articles{this.state.currentLetter == null ? "" : this.state.currentLetter == '#' ? " starting with a number or special character" : " starting with " + this.state.currentLetter}!</h2>)
281281

282282
if (this.state.whoops)
283283
elements.push(<b class="red">{ this.state.whoops }</b>)

0 commit comments

Comments
 (0)