Skip to content

Commit 0a0a7a1

Browse files
shaymolchoisaacs
authored andcommitted
Added missing periods for text consistency
Added a few missing periods in specific parts of the text to maintain consistency across the document. This ensures a uniform writing style, improves readability, and aligns with the formatting used throughout the content. PR-URL: #245 Credit: @shaymolcho Close: #245 Reviewed-by: @isaacs
1 parent a1b68f2 commit 0a0a7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ var javascripts = fileList.filter(minimatch.filter('*.js', { matchBase: true }))
163163
### minimatch.escape(pattern, options = {})
164164

165165
Escape all magic characters in a glob pattern, so that it will
166-
only ever match literal strings
166+
only ever match literal strings.
167167

168168
If the `windowsPathsNoEscape` option is used, then characters are
169169
escaped by wrapping in `[]`, because a magic character wrapped in
@@ -238,7 +238,7 @@ Perform a case-insensitive match.
238238

239239
When used with `{nocase: true}`, create regular expressions that
240240
are case-insensitive, but leave string match portions untouched.
241-
Has no effect when used without `{nocase: true}`
241+
Has no effect when used without `{nocase: true}`.
242242

243243
Useful when some other form of case-insensitive matching is used,
244244
or if the original string representation is useful in some other

0 commit comments

Comments
 (0)