diff --git a/docs/local-dev/cli-build-system.md b/docs/local-dev/cli-build-system.md index eb1bda79db..b22b6dd284 100644 --- a/docs/local-dev/cli-build-system.md +++ b/docs/local-dev/cli-build-system.md @@ -62,7 +62,7 @@ steps: - **Bundling** - Combines a package and all of its dependencies into a production-ready bundle -These steps are generally kept isolated form each other, with each step focusing +These steps are generally kept isolated from each other, with each step focusing on its specific task. For example, we do not do linting or type checking together with the building or bundling. This is so that we can provide more flexibility and avoid duplicate work, improving performance. It is strongly