Skip to content

Commit 1657f6e

Browse files
committed
fix typo
1 parent 6e74603 commit 1657f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remark-lint/src/rules/__tests__/invalid-type-reference.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const testCases = [
2323
name: 'multiple references',
2424
input: 'Psst, are you a {string | boolean}',
2525
expected: [
26-
'Type reference should be seperated by "|", without spaces; saw "{string | boolean}"',
26+
'Type reference should be separated by "|", without spaces; saw "{string | boolean}"',
2727
],
2828
},
2929
{

0 commit comments

Comments
 (0)