From a4c04bf4a6666a091cfc13ef80306ad51d5e427a Mon Sep 17 00:00:00 2001 From: Jasper Boeijenga Date: Tue, 12 Sep 2023 15:05:08 +0200 Subject: [PATCH] docs: fix typo Signed-off-by: Jasper Boeijenga --- docs/local-dev/cli-build-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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