diff --git a/libs/remix-ui/editor/src/lib/syntaxes/move.ts b/libs/remix-ui/editor/src/lib/syntaxes/move.ts index 9f184937a0..f89188589e 100644 --- a/libs/remix-ui/editor/src/lib/syntaxes/move.ts +++ b/libs/remix-ui/editor/src/lib/syntaxes/move.ts @@ -215,7 +215,7 @@ export const moveTokenProvider = { // @ annotations. // As an example, we emit a debugging log message on these tokens. - // Note: message are supressed during the first load -- change some lines to see them. + // Note: message are suppressed during the first load -- change some lines to see them. [ /@\s*[a-zA-Z_\$][\w\$]*/, { token: "annotation", log: "annotation token: $0" },