Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: Fixed a typo (fixes #11999) (#12000)
  • Loading branch information
olsonek authored and aladdin-add committed Jul 17, 2019
1 parent 6669f78 commit 89412c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-duplicate-imports.md
Expand Up @@ -12,7 +12,7 @@ import { find } from 'module';

## Rule Details

This rules requires that all imports from a single module exists in a single `import` statement.
This rule requires that all imports from a single module exists in a single `import` statement.

Example of **incorrect** code for this rule:

Expand Down

0 comments on commit 89412c3

Please sign in to comment.