Skip to content

Commit a83edb7

Browse files
committed
docs: minor fixes
1 parent fc63224 commit a83edb7

File tree

1 file changed

+1
-1
lines changed
  • packages/plugins/eslint-plugin-react-debug/src/rules

1 file changed

+1
-1
lines changed

packages/plugins/eslint-plugin-react-debug/src/rules/jsx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import Preact from "preact";
6060

6161
const element = <div>Hello World</div>;
6262
// ^^^^^^^^^^^^^^^^^^^^^^
63-
// - [jsx] jsx: 'react', jsxFactory: 'Preact.h', jsxFragmentFactory: 'Preact.Fragment', jsxImportSource: 'preact', jsxRuntime: 'classic', jsxImportSource: 'preact'
63+
// - [jsx] jsx: 'react', jsxFactory: 'Preact.h', jsxFragmentFactory: 'Preact.Fragment', jsxRuntime: 'classic', jsxImportSource: 'preact'
6464
```
6565

6666
## Implementation

0 commit comments

Comments
 (0)