Skip to content

Commit

Permalink
[spell-check] Change test so it works identically across platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Dec 19, 2024
1 parent a5fccfc commit 5d851be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spell-check/spec/spell-check-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class SpeledWrong {}`
`speledWrong = 5;
function speledWrong() {}
// We only care about mispelings in comments and strings!
let foo = "this is speled wrong"
let fxo = "this is speled wrong"
class SpeledWrong {}`
);

Expand Down

0 comments on commit 5d851be

Please sign in to comment.