Merge pull request #19900 from jboeijenga/master

docs: fix typo
This commit is contained in:
Fredrik Adelöw
2023-09-14 10:05:39 +02:00
committed by GitHub
+1 -1
View File
@@ -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