Skip to content

Commit ffb1947

Browse files
authored
docs: README: example: typo
1 parent fd59078 commit ffb1947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Check out couple variants of plugins that does the same: [**linting debugger sta
7878
```js
7979
export const report = () => `Unexpected 'debugger' statement`;
8080

81-
exports const replace = () => ({
81+
export const replace = () => ({
8282
debugger: '',
8383
});
8484
```

0 commit comments

Comments
 (0)