Skip to content

Commit 26070b9

Browse files
authored
Fix typo (#22)
1 parent b16947a commit 26070b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import {VFile} from 'vfile'
5252
/**
5353
* Create a virtual file from a description.
5454
*
55-
* This is like `VFile`, but it accepts a file path instead of file cotnents.
55+
* This is like `VFile`, but it accepts a file path instead of file contents.
5656
*
5757
* If `options` is a string, URL, or buffer, it’s used as the path.
5858
* Otherwise, if it’s a file, that’s returned instead.

0 commit comments

Comments
 (0)