Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 222ed1b

Browse files
authored
docs(eslint-plugin): [no-empty-interface] correct typo in example (typescript-eslint#6553)
1 parent e86802d commit 222ed1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/docs/rules/no-empty-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ interface Bar {
4242
}
4343

4444
// an interface with more than one supertype
45-
// in this case the interface can be used as a replacement of a union type.
45+
// in this case the interface can be used as a replacement of an intersection type.
4646
interface Baz extends Foo, Bar {}
4747
```
4848

0 commit comments

Comments
 (0)