Skip to content

Commit 6c57760

Browse files
committed
README.md: typo
1 parent 93669c0 commit 6c57760

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ instead.
352352

353353
### `options.ignorecase` since 4.0.0
354354

355-
Similar as the `core.ignorecase` option of [git-config](https://git-scm.com/docs/git-config), `node-ignore` will be case insensitive if `options.ignorecase` is set to `true` (the default value), otherwise case sensitive.
355+
Similar to the `core.ignorecase` option of [git-config](https://git-scm.com/docs/git-config), `node-ignore` will be case insensitive if `options.ignorecase` is set to `true` (the default value), otherwise case sensitive.
356356

357357
```js
358358
const ig = ignore({
@@ -366,7 +366,7 @@ ig.ignores('*.PNG') // false
366366

367367
### `options.ignoreCase?: boolean` since 5.2.0
368368

369-
Which is alternative to `options.ignoreCase`
369+
Which is an alternative to `options.ignoreCase`
370370

371371
### `options.allowRelativePaths?: boolean` since 5.2.0
372372

0 commit comments

Comments
 (0)