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:
Tim Gates
2022-12-25 12:46:13 +11:00
committed by Alex Rickabaugh
parent b86c6a8909
commit 057e495db5
+1 -1
View File
@@ -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.