Merge pull request #27 from KevinTCoughlin/keco/fix-typos

Fix common config path and timestamp typos in documentation
This commit is contained in:
Pete Gonzalez 2019-01-10 21:37:36 -08:00 коммит произвёл GitHub
Родитель 1aed68f98a a21a63438c
Коммит 8ac510775c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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
/**