Skip to content

Commit 7e190e8

Browse files
JamBalaya56562isaacs
authored andcommitted
fix typo mathspaths
PR-URL: #631 Credit: @JamBalaya56562 Close: #631 Reviewed-by: @isaacs
1 parent de93864 commit 7e190e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ paths found.
187187
-x --posix Always resolve to posix style paths, using '/' as the
188188
directory separator, even on Windows. Drive letter
189189
absolute matches on Windows will be expanded to their
190-
full resolved UNC maths, eg instead of 'C:\foo\bar', it
190+
full resolved UNC paths, eg instead of 'C:\foo\bar', it
191191
will expand to '//?/C:/foo/bar'.
192192
193193
-f --follow Follow symlinked directories when expanding '**'

src/bin.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const j = jack({
7878
description: `Always resolve to posix style paths, using '/' as the
7979
directory separator, even on Windows. Drive letter
8080
absolute matches on Windows will be expanded to their
81-
full resolved UNC maths, eg instead of 'C:\\foo\\bar',
81+
full resolved UNC paths, eg instead of 'C:\\foo\\bar',
8282
it will expand to '//?/C:/foo/bar'.
8383
`,
8484
},

tap-snapshots/test/bin.ts.test.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Object {
6060
-x --posix Always resolve to posix style paths, using '/' as the
6161
directory separator, even on Windows. Drive letter
6262
absolute matches on Windows will be expanded to their
63-
full resolved UNC maths, eg instead of 'C:\\\\foo\\\\bar', it
63+
full resolved UNC paths, eg instead of 'C:\\\\foo\\\\bar', it
6464
will expand to '//?/C:/foo/bar'.
6565
6666
-f --follow Follow symlinked directories when expanding '**'

0 commit comments

Comments
 (0)