@@ -18,7 +18,7 @@ This article will walk you through the development process of OS.js modules and
18
18
Before beginning read the [overview article](../resource/overview/README.md) to familiarize yourself with the
19
19
architecture and involved technologies.
20
20
21
-
With a standard [intallation](../install/README.md) you get a fully working development environment out of the box.
21
+
With a standard [installation](../install/README.md) you get a fully working development environment out of the box.
22
22
23
23
> [info] Note that by default package extensions (applications, themes, etc.) are built separately from your installation/distribution.
24
24
> Make sure to run commands inside the **correct directory**
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://.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