We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e74603 commit 1657f6eCopy full SHA for 1657f6e
packages/remark-lint/src/rules/__tests__/invalid-type-reference.test.mjs
@@ -23,7 +23,7 @@ const testCases = [
23
name: 'multiple references',
24
input: 'Psst, are you a {string | boolean}',
25
expected: [
26
- 'Type reference should be seperated by "|", without spaces; saw "{string | boolean}"',
+ 'Type reference should be separated by "|", without spaces; saw "{string | boolean}"',
27
],
28
},
29
{
0 commit comments