Skip to content

Commit f387603

Browse files
committed
docs: consistently use declarative instead of imperative sentences outside of intros
1 parent ed44fee commit f387603

File tree

69 files changed

+74
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+74
-74
lines changed

lib/node_modules/@stdlib/_tools/bib/citation-reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function clbk( error, reference ) {
100100

101101
#### toReference.sync( id\[, options] )
102102

103-
Synchronously return a reference corresponding to a citation identifier.
103+
Synchronously returns a reference corresponding to a citation identifier.
104104

105105
<!-- run-disable -->
106106

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var starred = require( '@stdlib/_tools/github/starred' );
4444

4545
#### starred( opts, clbk )
4646

47-
Get a list of repositories a user has [starred][github-starred].
47+
Gets a list of repositories a user has [starred][github-starred].
4848

4949
<!-- run-disable -->
5050

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var subscriptions = require( '@stdlib/_tools/github/subscriptions' );
4242

4343
#### subscriptions( opts, clbk )
4444

45-
Get a user's list of repository [subscriptions][github-watching].
45+
Gets a user's list of repository [subscriptions][github-watching].
4646

4747
<!-- run-disable -->
4848

lib/node_modules/@stdlib/_tools/lint/pkg-json/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var lint = require( '@stdlib/_tools/lint/pkg-json' );
3232

3333
#### lint( \[options,] clbk )
3434

35-
Asynchronously lint `package.json` files.
35+
Asynchronously lints `package.json` files.
3636

3737
```javascript
3838
lint( done );
@@ -124,7 +124,7 @@ function done( error, errs ) {
124124

125125
#### lint.sync( \[options] )
126126

127-
Synchronously lint `package.json` files.
127+
Synchronously lints `package.json` files.
128128

129129
```javascript
130130
var errs = lint.sync();

lib/node_modules/@stdlib/_tools/lint/repl-txt/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var lint = require( '@stdlib/_tools/lint/repl-txt' );
3232

3333
#### lint( \[options,] clbk )
3434

35-
Asynchronously lint `repl.txt` files.
35+
Asynchronously lints `repl.txt` files.
3636

3737
```javascript
3838
lint( done );
@@ -124,7 +124,7 @@ function done( error, errs ) {
124124

125125
#### lint.sync( \[options] )
126126

127-
Synchronously lint `repl.txt` files.
127+
Synchronously lints `repl.txt` files.
128128

129129
```javascript
130130
var errs = lint.sync();

lib/node_modules/@stdlib/_tools/pkgs/addons/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var findAddons = require( '@stdlib/_tools/pkgs/addons' );
3232

3333
#### findAddons( \[options,] clbk )
3434

35-
Asynchronously search for [add-ons][node-add-ons].
35+
Asynchronously searches for [add-ons][node-add-ons].
3636

3737
```javascript
3838
findAddons( onAddons );

lib/node_modules/@stdlib/_tools/pkgs/clis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var findCLIs = require( '@stdlib/_tools/pkgs/clis' );
3232

3333
#### findCLIs( \[options,] clbk )
3434

35-
Asynchronously search for package command-line interfaces.
35+
Asynchronously searches for package command-line interfaces.
3636

3737
```javascript
3838
findCLIs( onCLIs );

lib/node_modules/@stdlib/_tools/pkgs/cmds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var findCommands = require( '@stdlib/_tools/pkgs/cmds' );
3232

3333
#### findCommands( \[options,] clbk )
3434

35-
Asynchronously search for package command-line interface commands.
35+
Asynchronously searches for package command-line interface commands.
3636

3737
<!-- run-disable -->
3838

lib/node_modules/@stdlib/_tools/pkgs/find/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var findPkgs = require( '@stdlib/_tools/pkgs/find' );
3232

3333
#### findPkgs( \[options,] clbk )
3434

35-
Asynchronously search for packages.
35+
Asynchronously searches for packages.
3636

3737
```javascript
3838
findPkgs( onPkgs );

lib/node_modules/@stdlib/_tools/pkgs/includes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var findIncludes = require( '@stdlib/_tools/pkgs/includes' );
3232

3333
#### findIncludes( \[options,] clbk )
3434

35-
Asynchronously search for package `include` directories.
35+
Asynchronously searches for package `include` directories.
3636

3737
<!-- run-disable -->
3838

0 commit comments

Comments
 (0)