Skip to content

Commit 1b50164

Browse files
committed
docs: fix various typos
1 parent a67f67b commit 1b50164

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

GOVERNANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ New Core Contributors can be nominated by any existing Core Contributors. Once t
4848

4949
The TSC can remove inactive Core Contributors or provide them with _emeritus_ status. Emeriti may request that the TSC restore them to active status.
5050

51-
A Core Contributor is automatically made emeritus (and removed from active Core Contributor status) if more than 18 months has passed since the Core Contributor authored or approved a Pull Request that has landed.
51+
A Core Contributor is automatically made emeritus (and removed from active Core Contributor status) if more than 18 months have passed since the Core Contributor authored or approved a Pull Request that has landed.
5252

5353
##### Core Contributor Activities
5454

@@ -150,7 +150,7 @@ Substantial portions of this document were adapted from the following governance
150150

151151
- [NumPy][numpy-governance]
152152
- [Node.js][nodejs-governance]
153-
- [Sckit-learn][scikit-learn-governance]
153+
- [Scikit-learn][scikit-learn-governance]
154154

155155
## License
156156

etc/commitlint/prompt/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ config.questions[ 'type' ] = {
8484
'emoji': '🛠'
8585
},
8686
'refactor': {
87-
'description': 'Neither a fix nor a feature (i.e., a change which does not affect behavior as experienced by downstream consumers',
87+
'description': 'Neither a fix nor a feature (i.e., a change which does not affect behavior as experienced by downstream consumers)',
8888
'title': 'Code Refactoring',
8989
'emoji': '🚧'
9090
},

etc/commitlint/rules/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ rules[ 'type-max-length' ] = [ 1, 'always', 20 ];
346346
rules[ 'type-min-length' ] = [ 2, 'always', 1 ];
347347

348348
/**
349-
* Do not require the present of the `Signed-off-by` trailer.
349+
* Do not require the presence of the `Signed-off-by` trailer.
350350
*
351351
* @name signed-off-by
352352
* @memberof rules

etc/eslint/rules/best_practices.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ rules[ 'no-labels' ] = [ 'error', {
796796
* @memberof rules
797797
* @type {string}
798798
* @default 'error'
799-
* @see [no-line-blocks]{@link https://eslint.org/docs/rules/no-lone-blocks}
799+
* @see [no-lone-blocks]{@link https://eslint.org/docs/rules/no-lone-blocks}
800800
*
801801
* @example
802802
* // Bad...
@@ -1390,7 +1390,7 @@ rules[ 'no-useless-escape' ] = 'error';
13901390
* return;
13911391
* }
13921392
*
1393-
*@ example
1393+
* @example
13941394
* // Good...
13951395
* function foo( x ) {
13961396
* if ( x === x ) {

etc/eslint/rules/es2015.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ rules[ 'no-const-assign' ] = 'error';
209209
* @memberof rules
210210
* @type {string}
211211
* @default 'error'
212-
* @see [no-duple-class-members]{@link https://eslint.org/docs/rules/no-dupe-class-members}
212+
* @see [no-dupe-class-members]{@link https://eslint.org/docs/rules/no-dupe-class-members}
213213
*
214214
* @example
215215
* // Bad...

etc/eslint/rules/programmer_errors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ rules[ 'getter-return' ] = 'error';
8080
/**
8181
* Never allow using an async function as a `Promise` executor.
8282
*
83-
* @name no-async-promise-executor)
83+
* @name no-async-promise-executor
8484
* @memberof rules
8585
* @type {string}
8686
* @default 'error'
87-
* @see [no-async-promise-executor)]{@link https://eslint.org/docs/rules/no-async-promise-executor}
87+
* @see [no-async-promise-executor]{@link https://eslint.org/docs/rules/no-async-promise-executor}
8888
*/
8989
rules[ 'no-async-promise-executor' ] = 'error';
9090

etc/eslint/rules/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ rules[ 'object-curly-spacing' ] = [ 'warn', 'always', {
14051405
* Require newlines between each object property.
14061406
*
14071407
* @name object-property-newline
1408-
* memberof rules
1408+
* @memberof rules
14091409
* @type {Array}
14101410
* @see [object-property-newline]{@link https://eslint.org/docs/rules/object-property-newline}
14111411
*

etc/remark/plugins/lint/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ plugins.push([
10341034
]);
10351035

10361036
/**
1037-
* Never allow table indentation. Note that the exception is when a table correspond to a list item.
1037+
* Never allow table indentation. Note that the exception is when a table corresponds to a list item.
10381038
*
10391039
* @see [no-table-indentation]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-table-indentation}
10401040
*

lib/node_modules/@stdlib/nlp/porter-stemmer/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* This code is a modification of an existing JavaScript implementation of their [Porter stemming algorithm]{@link https://tartarus.org/martin/PorterStemmer/}.
2222
*
2323
* ```text
24-
* Release 1 be 'andargor', Jul 2004
24+
* Release 1 by 'andargor', Jul 2004
2525
* Release 2 (substantially revised) by Christopher McKenzie, Aug 2009
2626
* ```
2727
*/

0 commit comments

Comments
 (0)