You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/v3/guide/modules/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ npm run build
31
31
32
32
## Git submodules
33
33
34
-
Same as above, except that the overrided modules are kept in separate repositories using Git [submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules).
34
+
Same as above, except that the overridden modules are kept in separate repositories using Git [submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules).
35
35
36
36
```bash
37
37
# In your OS.js root directory, set up the submodule
@@ -51,7 +51,7 @@ With the `npm link` feature you override the paths inside `node_modules/` by lin
51
51
52
52
Workflow is similar to [local checkout](#local-checkout) or [Git submodules](#git-submodules), except that `package.json` does not reference local packages.
53
53
54
-
Useful when maintaining a large set of overrided packages in a monorepo.
54
+
Useful when maintaining a large set of overridden packages in a monorepo.
55
55
56
56
> **[warning] It is highly recommended that you either manage your node installation with [nvm](https://github.com/creationix/nvm) or [modify you npm setup](https://docs.npmjs.com/getting-started/fixing-npm-permissions) to prevent permission errors when using the npm link feature.**
0 commit comments