There is a small typo in the default error message of the validators module.
The word “accured” should be “occurred.”
File Path: monaco-loader/src/validators/index.js
Current Code: default: 'an unknown error accured in @monaco-editor/loader package',
Expected Code: default: 'an unknown error occurred in @monaco-editor/loader package',
I would be happy to open a PR fixing this typo.
Thank you!
There is a small typo in the default error message of the validators module.
The word “accured” should be “occurred.”
File Path:
monaco-loader/src/validators/index.jsCurrent Code:
default: 'an unknown error accured in@monaco-editor/loaderpackage',Expected Code:
default: 'an unknown error occurred in@monaco-editor/loaderpackage',I would be happy to open a PR fixing this typo.
Thank you!