diff --git a/pages/commands/rush_change.md b/pages/commands/rush_change.md index 8e7e55c6..f02f831b 100644 --- a/pages/commands/rush_change.md +++ b/pages/commands/rush_change.md @@ -7,7 +7,7 @@ navigation_source: docs_nav ``` usage: rush change [-h] [-v] [-b BRANCH] -Asks a series of questions and then generates a -.json +Asks a series of questions and then generates a -.json file in the common folder. The `publish` command will consume these files and perform the proper version bumps. Note these changes will eventually be published in a changelog.md file in each package. The possible types of diff --git a/pages/configs/command_line_json.md b/pages/configs/command_line_json.md index 17033703..794306aa 100644 --- a/pages/configs/command_line_json.md +++ b/pages/configs/command_line_json.md @@ -4,7 +4,7 @@ title: command-line.json navigation_source: docs_nav --- -This is the template that `rush init` generates for **./commnon/config/rush/command-line.json**: +This is the template that `rush init` generates for **./common/config/rush/command-line.json**: ```js /** diff --git a/pages/configs/common_versions_json.md b/pages/configs/common_versions_json.md index b2808fb1..8e225b8c 100644 --- a/pages/configs/common_versions_json.md +++ b/pages/configs/common_versions_json.md @@ -4,7 +4,7 @@ title: common-versions.json navigation_source: docs_nav --- -This is the template that `rush init` generates for **./commnon/config/rush/common-versions.json**: +This is the template that `rush init` generates for **./common/config/rush/common-versions.json**: ```js /** diff --git a/pages/configs/npmrc.md b/pages/configs/npmrc.md index 65d6b000..25c7b5d8 100644 --- a/pages/configs/npmrc.md +++ b/pages/configs/npmrc.md @@ -4,7 +4,7 @@ title: .npmrc navigation_source: docs_nav --- -This is the template that `rush init` generates for **./commnon/config/rush/.npmrc**: +This is the template that `rush init` generates for **./common/config/rush/.npmrc**: ```shell # Rush uses this file to configure the package registry, regardless of whether the diff --git a/pages/configs/pnpmfile_js.md b/pages/configs/pnpmfile_js.md index ef79409d..3ace0d18 100644 --- a/pages/configs/pnpmfile_js.md +++ b/pages/configs/pnpmfile_js.md @@ -4,7 +4,7 @@ title: pnpmfile.js navigation_source: docs_nav --- -This is the template that `rush init` generates for **./commnon/config/rush/pnpmfile.js**: +This is the template that `rush init` generates for **./common/config/rush/pnpmfile.js**: ```js "use strict"; diff --git a/pages/configs/version_policies_json.md b/pages/configs/version_policies_json.md index 915a2283..81fb8872 100644 --- a/pages/configs/version_policies_json.md +++ b/pages/configs/version_policies_json.md @@ -4,7 +4,7 @@ title: version-policies.json navigation_source: docs_nav --- -This is the template that `rush init` generates for **./commnon/config/rush/version-policies.json**: +This is the template that `rush init` generates for **./common/config/rush/version-policies.json**: ```js /**