Skip to content

Commit 53a77eb

Browse files
Merge pull request aurelia#764 from JeroenVinke/patch-3
doc(the-aurelia-cli): fixed typo
2 parents dbe67ac + 98d1d32 commit 53a77eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/article/en-US/the-aurelia-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ aurelia.use.standardConfiguration().plugin('@scope/packagename');
400400

401401
### Reference packages outside of the node_modules folder
402402

403-
It is possible to use packages outside of the node_modules folder. The only difference is that you need te define what the `packageRoot` is. In `aurelia.json`, you can define a package that lives outside of the node_modules folder as follows:
403+
It is possible to use packages outside of the node_modules folder. The only difference is that you need to define what the `packageRoot` is. In `aurelia.json`, you can define a package that lives outside of the node_modules folder as follows:
404404

405405
<code-listing heading="Package outside of node_modules">
406406
<source-code lang="JavaScript">

0 commit comments

Comments
 (0)