Skip to content

Commit 6b92e92

Browse files
rninnephated
authored andcommitted
Docs: Fix typo in last line of Vinyl usage example (#2382)
1 parent 467530f commit 6b92e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/vinyl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ file.stem = 'foo';
4040
file.path === '/specs/foo.txt';
4141
file.extname === '.txt';
4242
file.extname = '.js';
43-
file.path === '/specs/file.js';
43+
file.path === '/specs/foo.js';
4444
```
4545

4646
## Signature

0 commit comments

Comments
 (0)