File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ class QueryEditor extends Component {
204
204
}
205
205
206
206
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
208
208
// user-input changes which could otherwise result in an infinite
209
209
// event loop.
210
210
this . ignoreChangeEvent = true
@@ -397,7 +397,7 @@ class VariableEditor extends Component {
397
397
componentDidUpdate ( prevProps ) {
398
398
const CodeMirror = require ( "codemirror" )
399
399
400
- // Ensure the changes caused by this update are not interpretted as
400
+ // Ensure the changes caused by this update are not interpreted as
401
401
// user-input changes which could otherwise result in an infinite
402
402
// event loop.
403
403
this . ignoreChangeEvent = true
You can’t perform that action at this time.
0 commit comments