Skip to content

Commit 4e7d90e

Browse files
authored
Update App.js
1 parent 809710a commit 4e7d90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default class App extends React.Component {
6969

7070
<textarea
7171
onChange={e => this.exec(e.target.value)}
72-
placeholder="Enter some SQL. No inpiration ? Try “select sqlite_version()”"
72+
placeholder="Enter some SQL. No inspiration ? Try “select sqlite_version()”"
7373
></textarea>
7474

7575
<pre className="error">{(err || "").toString()}</pre>

0 commit comments

Comments
 (0)