File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article will walk you through the development process of OS.js modules and
1818
Before beginning read the [overview article](../resource/overview/README.md) to familiarize yourself with the
1919
architecture and involved technologies.
2020

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.
2222

2323
> [info] Note that by default package extensions (applications, themes, etc.) are built separately from your installation/distribution.
2424
> Make sure to run commands inside the **correct directory**
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npm run build
3131

3232
## Git submodules
3333

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).
3535

3636
```bash
3737
# 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
5151

5252
Workflow is similar to [local checkout](#local-checkout) or [Git submodules](#git-submodules), except that `package.json` does not reference local packages.
5353

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.
5555

5656
> **[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.**
5757

0 commit comments

Comments
 (0)