Skip to content

Commit

Permalink
Update docs/rules/no-duplicate-imports.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
  • Loading branch information
cmal and nzakas committed Jun 29, 2020
1 parent daab7fa commit abbdd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-duplicate-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { merge, find } from 'module';
import something from 'another-module';
```

The following examples explains ***can be merged** in detail:
The following examples explains **can be merged** in detail:

```js
// mergable, as parsers1 & parsers2 hold the same reference, and so their identifiers can be replaced.
Expand Down

0 comments on commit abbdd85

Please sign in to comment.