-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Embedded Shell
-
None
-
Not Needed
Problem Description There is a spelling error in an error message
Steps to Reproduce
Enter the following bad code: {{config.set('showStackTraces', true)}}Consider
Note the error message:
ReferenceError: Consider is not definedd
Expected Results
Error message reads: "ReferenceError: Consider is not defined"
Actual Results
The error message has an extra 'd' in 'defined'