Skip to content

Commit 0f7607a

Browse files
committed
docs: remove trailing whitespace
1 parent 77867ac commit 0f7607a

File tree

27 files changed

+29
-29
lines changed

27 files changed

+29
-29
lines changed

lib/node_modules/@stdlib/_tools/docs/www/readme-database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function done( error, db ) {
115115
}
116116
```
117117

118-
To have internal URLs of the READMEs link to relative (or absolute) documentation pages with a specified base path, set the `base` option.
118+
To have internal URLs of the READMEs link to relative (or absolute) documentation pages with a specified base path, set the `base` option.
119119

120120
<!-- run-disable -->
121121

lib/node_modules/@stdlib/_tools/docs/www/readme-fragment-file-tree/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function done( error ) {
115115
}
116116
```
117117

118-
To have internal URLs of the READMEs link to relative (or absolute) documentation pages with a specified base path, set the `base` option.
118+
To have internal URLs of the READMEs link to relative (or absolute) documentation pages with a specified base path, set the `base` option.
119119

120120
<!-- run-disable -->
121121

lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-table-cell-padding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function beep() {
8282
}
8383
```
8484

85-
The [rule][eslint-rules] may be configured using the same options as supported by [remark][remark-lint-table-cell-padding].
85+
The [rule][eslint-rules] may be configured using the same options as supported by [remark][remark-lint-table-cell-padding].
8686

8787
- `padded`: require table cells to be padded with spaces (default).
8888
- `consistent`: detects the first used cell padding style and requires subsequent cells to use same style.

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var rule = require( '@stdlib/_tools/eslint/rules/namespace-export-all' );
3838

3939
#### rule
4040

41-
[ESLint rule][eslint-rules] to enforce that a namespace `index.js` exports all packages in the respective namespace directory. The rule is applied when a file contains a comment with the following content:
41+
[ESLint rule][eslint-rules] to enforce that a namespace `index.js` exports all packages in the respective namespace directory. The rule is applied when a file contains a comment with the following content:
4242

4343
> `When adding modules to the namespace, ensure that they are added in alphabetical order according to module name.`.
4444

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-index-order/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var rule = require( '@stdlib/_tools/eslint/rules/namespace-index-order' );
3838

3939
#### rule
4040

41-
[ESLint rule][eslint-rules] to enforce that modules in a namespace `index.js` file are listed in alphabetical order according to module name. The rule is applied when a file contains a comment with the following content:
41+
[ESLint rule][eslint-rules] to enforce that modules in a namespace `index.js` file are listed in alphabetical order according to module name. The rule is applied when a file contains a comment with the following content:
4242

4343
> `When adding modules to the namespace, ensure that they are added in alphabetical order according to module name.`.
4444

lib/node_modules/@stdlib/_tools/eslint/rules/no-dynamic-exports/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var rule = require( '@stdlib/_tools/eslint/rules/no-dynamic-exports' );
3838

3939
#### rule
4040

41-
[ESLint rule][eslint-rules] enforcing only statically analyzable values are exported. Statically analyzable values include function expressions, variables, and string and number literals. The rule validates both Node.js `module.exports` and ECMAScript 6 default exports.
41+
[ESLint rule][eslint-rules] enforcing only statically analyzable values are exported. Statically analyzable values include function expressions, variables, and string and number literals. The rule validates both Node.js `module.exports` and ECMAScript 6 default exports.
4242

4343
**Bad**:
4444

lib/node_modules/@stdlib/_tools/github/followers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function onFollowers( error, results, info ) {
209209
### Usage
210210

211211
```bash
212-
Usage: ghfollowers [options]
212+
Usage: ghfollowers [options]
213213

214214
Options:
215215

lib/node_modules/@stdlib/_tools/github/rank-users/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The `function` accepts the following `options`:
110110
- **repos**: rank based on number of public repositories.
111111
- **gists**: rank based on number of public gists.
112112
- **created**: rank based on when a user created a GitHub account.
113-
- **ffratio**: rank based on the ratio of `follower`-to-`following`.
113+
- **ffratio**: rank based on the ratio of `follower`-to-`following`.
114114

115115
During analysis, the module may need to request resources from the GitHub [API][github-api]. To permit GitHub [authentication][github-oauth2], set the [`token`][github-token] option.
116116

lib/node_modules/@stdlib/_tools/github/user-orgs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function clbk( error, results, info ) {
210210
### Usage
211211

212212
```bash
213-
Usage: ghuserorgs [options]
213+
Usage: ghuserorgs [options]
214214

215215
Options:
216216

lib/node_modules/@stdlib/_tools/github/user-repos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The `function` accepts the following `options`:
7878
- **sort**: method used to sort meta data. Can be one of `full_name`, `created`, `pushed`, or `updated`.
7979
- **direction**: sort direction; either `asc` or `desc`.
8080
- **visibility**: repository visibility. Can be one of `all`, `public`, or `private`. Applicable if provided a `token` and no `username`. Ignored if `type` option is present.
81-
- **affiliation**: repository affiliation. A comma-separated list of values, which may include: `owner`, `collaborator`, `organization_member`. Applicable if provided a `token` and no `username`. Ignored if `type` option is present.
81+
- **affiliation**: repository affiliation. A comma-separated list of values, which may include: `owner`, `collaborator`, `organization_member`. Applicable if provided a `token` and no `username`. Ignored if `type` option is present.
8282
- **useragent**: [user agent][github-user-agent] `string`.
8383

8484
To [authenticate][github-oauth2] with GitHub, set the [`token`][github-token] option.

0 commit comments

Comments
 (0)