Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Sep 22, 2023
1 parent a93aa1c commit a02f225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbench/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Ecosystem Services and Tradeoffs).
InVEST can be found at https://github.com/natcap/invest.

The purpose of this project is to provide a single entry-point for all
InVEST models, and to be extensible to future models or common auxilary
InVEST models, and to be extensible to future models or common auxiliary
workflows of an InVEST user.

## To develop and launch this Application
Expand All @@ -25,7 +25,7 @@ workflows of an InVEST user.
## Dependency management in package.json
`dependencies` should only include node modules used by the main process.

Renderer & preload process dependencies (`react`, `boostrap`, etc) belong in `devDependencies`.
Renderer & preload process dependencies (`react`, `bootstrap`, etc) belong in `devDependencies`.
They are required in production, but we want electron-builder to ignore them
because they are already packaged via the vite bundle.
electron-builder will package everything under `dependencies` and nothing under `devDependencies`.
Expand Down

0 comments on commit a02f225

Please sign in to comment.