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 0c44bd1 commit 7eb2bd9Copy full SHA for 7eb2bd9
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