From af6718b65db8c77205b2b557115ed6b114620f4f Mon Sep 17 00:00:00 2001 From: Scott <52388100+ScottAwesome@users.noreply.github.com> Date: Wed, 28 Apr 2021 13:43:44 -0700 Subject: [PATCH] Fixed typos in `advanced/config_file.md` Fixed typos in the documentation under `advanced/config_file.md` --- pages/advanced/config_files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/advanced/config_files.md b/pages/advanced/config_files.md index 2fea2ba3..76adf588 100644 --- a/pages/advanced/config_files.md +++ b/pages/advanced/config_files.md @@ -27,14 +27,14 @@ navigation_source: docs_nav | File(s) | What it does | | :--------------------------------------- | :------------------------------ | -| common/temp/install-run/... | Storage for the **install-run.js** and **instal-run-rush.js** scripts. See [Enabling CI builds]({% link pages/maintainer/enabling_ci_builds.md %}). | +| common/temp/install-run/... | Storage for the **install-run.js** and **install-run-rush.js** scripts. See [Enabling CI builds]({% link pages/maintainer/enabling_ci_builds.md %}). | | common/temp/node_modules/... | The installed packages. This is a plain old `npm install` output, with no symlinks in this tree. | | common/temp/npm-cache/... | A local NPM cache will be created here. Rush does not use the global NPM cache due to its concurrency problems. | | common/temp/npm-local/... | Based on the **npmVersion** setting, Rush will install NPM in your home directory and create a symlink to it for each repo that requests it. | | common/temp/npm-tmp/... | Temporary files created by NPM during installation. | | common/temp/projects/... | Synthetic projects referenced by **common/temp/package.json**. | | common/temp/rush-recycler/... | Used to speed up recursive deletes. | -| common/temp/last-install.flag | Don't worry about this file. It tracks the timestampe of the last successful `rush install`. | +| common/temp/last-install.flag | Don't worry about this file. It tracks the timestamp of the last successful `rush install`. | | common/temp/package.json | The common package definition. | | common/temp/rush-link.json | Don't worry about this file. It is created whenever you run `rush link`, and read by later commands such as "rush build". |