Skip to content

Commit

Permalink
docs(config): fix typo in externals (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny authored and skipjack committed Jun 15, 2017
1 parent b71ee5d commit 468124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/configuration/externals.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ externals: {
}
```

This leaves any dependant modules unchanged, i.e. the code shown below will still work:
This leaves any dependent modules unchanged, i.e. the code shown below will still work:

```javascript
import $ from 'jquery';
Expand Down

0 comments on commit 468124d

Please sign in to comment.