From 7b75cb9c554aa943266fe53fb8cccd64a29dae8c Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 18 Feb 2023 01:26:46 -0500 Subject: [PATCH] docs: fix typo in advanced-usage.md --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 79998680d..0edc6e160 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -24,7 +24,7 @@ To ensure that `yarn.lock` is always committed, use `yarn install --immutable` w **See also:** - [Documentation of `yarn.lock`](https://classic.yarnpkg.com/en/docs/yarn-lock) - [Documentation of `--frozen-lockfile` option](https://classic.yarnpkg.com/en/docs/cli/install#toc-yarn-install-frozen-lockfile) -- [QA - Should lockfiles be committed to the repoistory?](https://yarnpkg.com/getting-started/qa/#should-lockfiles-be-committed-to-the-repository) +- [QA - Should lockfiles be committed to the repository?](https://yarnpkg.com/getting-started/qa/#should-lockfiles-be-committed-to-the-repository) - [Documentation of `yarn install`](https://yarnpkg.com/cli/install) ### PNPM