Skip to content

Commit 1206a9b

Browse files
justmejulianljharb
andauthored
Fixed typo
Co-authored-by: Jordan Harband <[email protected]>
1 parent 006f52b commit 1206a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/rules/jsx-newline.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ new RuleTester({ parserOptions }).run('jsx-newline', rule, {
108108
{
109109
code: `
110110
<Button popoverOpen='#settings-popover' style={{ width: 'fit-content' }}>
111-
{/* fake-eslint-disable-next-line should also work insinde a component */}
111+
{/* fake-eslint-disable-next-line should also work inside a component */}
112112
<Icon f7='gear' />
113113
</Button>
114114
`,
115115
},
116116
{
117117
code: `
118118
<Button popoverOpen='#settings-popover' style={{ width: 'fit-content' }}>
119-
{/* should work insinde a component */}
119+
{/* should work inside a component */}
120120
{/* and it should work when using multiple comments */}
121121
<Icon f7='gear' />
122122
</Button>

0 commit comments

Comments
 (0)