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 @@ -716,7 +716,7 @@ def from_js_literal(cls,
716716 return cls .from_js_literal (prefixed_str ,
717717 _break_loop_on_failure = True )
718718 elif not checkers .is_type (body , 'VariableDeclaration' ):
719- raise errors .HighchartsVariableDeclarationError ('To parse a JavaScriot '
719+ raise errors .HighchartsVariableDeclarationError ('To parse a JavaScript '
720720 'object literal, it is '
721721 'expected to be either a '
722722 'variable declaration or a'
@@ -1350,7 +1350,7 @@ def from_js_literal(cls,
13501350 return cls .from_js_literal (prefixed_str ,
13511351 _break_loop_on_failure = True )
13521352 elif not checkers .is_type (body , 'VariableDeclaration' ):
1353- raise errors .HighchartsVariableDeclarationError ('To parse a JavaScriot '
1353+ raise errors .HighchartsVariableDeclarationError ('To parse a JavaScript '
13541354 'object literal, it is '
13551355 'expected to be either a '
13561356 'variable declaration or a'
You can’t perform that action at this time.
0 commit comments