From a02f225fa555c9fb6a274b38abc7ce9b706a6d11 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:16:15 +0200 Subject: [PATCH] fix typos --- workbench/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workbench/readme.md b/workbench/readme.md index 7540e9a82..958bc9679 100644 --- a/workbench/readme.md +++ b/workbench/readme.md @@ -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 @@ -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`.