Skip to content

Commit a59b9fd

Browse files
ooademichael-ciniawsky
authored andcommitted
docs(readme): fix writeToDisk example (#342)
1 parent cc46398 commit a59b9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ of `true` _will_ write the file to disk. eg.
218218

219219
```js
220220
{
221-
writeToDisk: (filePath) {
221+
writeToDisk: (filePath) => {
222222
return /superman\.css$/.test(filePath);
223223
}
224224
}

0 commit comments

Comments
 (0)