We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809710a commit 4e7d90eCopy full SHA for 4e7d90e
src/App.js
@@ -69,7 +69,7 @@ export default class App extends React.Component {
69
70
<textarea
71
onChange={e => this.exec(e.target.value)}
72
- placeholder="Enter some SQL. No inpiration ? Try “select sqlite_version()”"
+ placeholder="Enter some SQL. No inspiration ? Try “select sqlite_version()”"
73
></textarea>
74
75
<pre className="error">{(err || "").toString()}</pre>
0 commit comments