Skip to content

Commit e252a69

Browse files
committed
docs: fix typo
1 parent 34906c1 commit e252a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const extend = require('posthtml-extend');
164164
const root = './src/html';
165165
const options = { root, strict: false };
166166

167-
posthtml([extends(options)]).then(result => console.log(result.html));
167+
posthtml([extend(options)]).then(result => console.log(result.html));
168168
```
169169

170170
### slot/fill

0 commit comments

Comments
 (0)