Merge pull request #27 from KevinTCoughlin/keco/fix-typos
Fix common config path and timestamp typos in documentation
This commit is contained in:
Коммит
8ac510775c
|
@ -7,7 +7,7 @@ navigation_source: docs_nav
|
|||
```
|
||||
usage: rush change [-h] [-v] [-b BRANCH]
|
||||
|
||||
Asks a series of questions and then generates a <branchname>-<timstamp>.json
|
||||
Asks a series of questions and then generates a <branchname>-<timestamp>.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
|
||||
|
|
|
@ -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
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче