Skip to content

Commit

Permalink
Merge pull request #741 from numbergames/patch-1
Browse files Browse the repository at this point in the history
Correct very minor typo (one character)
  • Loading branch information
ljharb committed Feb 11, 2017
2 parents 790dd66 + a4e06f4 commit 0800951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-named-as-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import foo from './foo.js';
import bar from './foo.js';
```

For post-ES2015 `export` extensions, this also prevents exporting the default from a referenced module as a name within than module, for the same reasons:
For post-ES2015 `export` extensions, this also prevents exporting the default from a referenced module as a name within that module, for the same reasons:

```js
// valid:
Expand Down

0 comments on commit 0800951

Please sign in to comment.