Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 9, 2023
1 parent 47eec44 commit 5e49b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ metadata about files (such as its `path` and `value`) and lint
* [`file.extname`](#fileextname)
* [`file.path`](#filepath)
* [`file.stem`](#filestem)
* [`VFile#fail(reason[, position][, origin])`](#vfilefailreason-position-origin)
* [`VFile#fail(reason[, options])`](#vfilefailreason-options)
* [`VFile#info(reason[, options])`](#vfileinforeason-options)
* [`VFile#message(reason[, options])`](#vfilemessagereason-options)
* [`VFile#toString(encoding?)`](#vfiletostringencoding)
Expand Down Expand Up @@ -266,7 +266,7 @@ Cannot contain path separators (`'/'` on unix, macOS, and browsers, `'\'` on
windows).
Cannot be nullified.

### `VFile#fail(reason[, position][, origin])`
### `VFile#fail(reason[, options])`

Create a fatal message for `reason` associated with the file.

Expand Down

0 comments on commit 5e49b06

Please sign in to comment.