Skip to content

Commit acc41e3

Browse files
committed
Fix missing article
1 parent 2fbcb37 commit acc41e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/os/configdir/test/test.cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ tape( 'when invoked with a `-V` flag, the command-line interface prints the vers
141141
}
142142
});
143143

144-
tape( 'the command-line interface prints directory for user-specific configuration files', opts, function test( t ) {
144+
tape( 'the command-line interface prints the directory for user-specific configuration files', opts, function test( t ) {
145145
var cmd = [
146146
process.execPath,
147147
fpath

lib/node_modules/@stdlib/os/homedir/test/test.cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ tape( 'when invoked with a `-V` flag, the command-line interface prints the vers
141141
}
142142
});
143143

144-
tape( 'the command-line interface prints current user\'s home directory', opts, function test( t ) {
144+
tape( 'the command-line interface prints the current user\'s home directory', opts, function test( t ) {
145145
var cmd = [
146146
process.execPath,
147147
fpath

0 commit comments

Comments
 (0)