mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: fix simple typo, esnure -> ensure (#48588)
There is a small typo in integration/check-dependencies.js. Should read `ensure` rather than `esnure`. Signed-off-by: Tim Gates <tim.gates@iress.com> PR Close #48588
This commit is contained in:
committed by
Alex Rickabaugh
parent
b86c6a8909
commit
057e495db5
@@ -25,7 +25,7 @@
|
||||
* Ideally, we would run `yarn install` with the `--frozen-lockfile` option to verify that the
|
||||
* lockfile is in-sync with `package.json`, but we cannot do that for integration projects, because
|
||||
* we want to be able to install the locally built Angular packages). Therefore, we must manually
|
||||
* esnure that the integration project lockfiles remain in-sync, which is error-prone.
|
||||
* ensure that the integration project lockfiles remain in-sync, which is error-prone.
|
||||
*
|
||||
* The checks performed by this script (although not full-proof) provide another line of defense
|
||||
* against indeterminism caused by unpinned dependencies.
|
||||
|
||||
Reference in New Issue
Block a user