Skip to content

Commit

Permalink
docs(eslint-plugin): [no-empty-interface] correct typo in example (#6553
Browse files Browse the repository at this point in the history
)
  • Loading branch information
CemYil03 committed Mar 1, 2023
1 parent e86802d commit 222ed1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/no-empty-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ interface Bar {
}

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

Expand Down

0 comments on commit 222ed1b

Please sign in to comment.