Skip to content

Commit 6803ea1

Browse files
authored
Update mini-graphiQL.tsx
1 parent 59764fc commit 6803ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/marked/mini-graphiQL.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class QueryEditor extends Component {
204204
}
205205

206206
componentDidUpdate(prevProps) {
207-
// Ensure the changes caused by this update are not interpretted as
207+
// Ensure the changes caused by this update are not interpreted as
208208
// user-input changes which could otherwise result in an infinite
209209
// event loop.
210210
this.ignoreChangeEvent = true
@@ -397,7 +397,7 @@ class VariableEditor extends Component {
397397
componentDidUpdate(prevProps) {
398398
const CodeMirror = require("codemirror")
399399

400-
// Ensure the changes caused by this update are not interpretted as
400+
// Ensure the changes caused by this update are not interpreted as
401401
// user-input changes which could otherwise result in an infinite
402402
// event loop.
403403
this.ignoreChangeEvent = true

0 commit comments

Comments
 (0)