Skip to content

Commit 7b80b96

Browse files
authored
Update jsonlint.js (#31264)
1 parent e345468 commit 7b80b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/js/libs/jsonlint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ parse: function parse(input) {
122122

123123
var symbol, preErrorSymbol, state, action, r, yyval={},p,len,newState, expected;
124124
while (true) {
125-
// retreive state number from top of stack
125+
// retrieve state number from top of stack
126126
state = stack[stack.length-1];
127127

128128
// use default actions if available

0 commit comments

Comments
 (0)