Skip to content

Commit

Permalink
Fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Jul 6, 2017
1 parent 1141f37 commit b0ed4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ gulp.task('default', ['compile']);

**extend**: [function (Twig)] *extends Twig with new tags types. The Twig attribute is Twig.js's internal object. [Read more here](https://github.com/justjohn/twig.js/wiki/Extending-twig.js-With-Custom-Tags)*

**extname**: [string|true|false] *output file extension including the '.' like path.extname(filename). Use `true` to keep source extname and `false` to drop the file extensionS*
**extname**: [string|true|false] *output file extension including the '.' like path.extname(filename). Use `true` to keep source extname and a "falsy" value to drop the file extension*

**functions**: [array] *extends Twig with given function objects. (default to undefined)*
```javascript
Expand Down

0 comments on commit b0ed4eb

Please sign in to comment.