Skip to content

Commit 7c14db0

Browse files
committed
fix typos
1 parent c4c71c1 commit 7c14db0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_blogposts/2020-12-07-release-8-4-1.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ package look like freshly built.
4545

4646
In this release, we track the installation in the build graph as well, and we calculate the hash of the installation of dependencies and put it in the
4747
dependent's command line flags for building binary artifacts. Such strategy benefits in three aspects:
48-
- The calculatino of the hash of installation is almost free since it is just one stat, we don't need track all dependencies' artifacts.
49-
- The introducing of such hashing does not appear in parsing, so that the changes of dependencies will never trigger re-parsing.
48+
- The calculation of the hash of installation is almost free since it is just one stat, we don't need track all dependencies' artifacts.
49+
- The introducion of such hashing does not appear in parsing, so that the changes of dependencies will never trigger re-parsing.
5050
- Once the package installation is a nop, the transitive rebuild graph will be cut off so that we can save some unneeded rebuild.
5151

5252

@@ -60,7 +60,7 @@ In general, packages are classified as three categories:
6060
- warn-error respected
6161
- build dev dependency
6262
- run custom rules
63-
- package-specs like es6/commonjs overrides its all dependencies
63+
- package-specs like es6/commonjs overrides all its dependencies
6464
- pinned dependencies
6565
- warnings reported
6666
- warn-error respected

0 commit comments

Comments
 (0)