Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa authored Dec 27, 2020
1 parent 809710a commit 4e7d90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default class App extends React.Component {

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

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

0 comments on commit 4e7d90e

Please sign in to comment.