Skip to content

Commit

Permalink
Fix type: iof > if
Browse files Browse the repository at this point in the history
Closes GH-50.
  • Loading branch information
anseljh authored and wooorm committed Oct 9, 2015
1 parent b78448c commit 801c4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function alex(value) {
/**
* alex, but just for plain-text.
*
* Useful iof you would rather not have things like
* Useful if you would rather not have things like
* (inline or block-level) code be ignored.
*
* @param {string|VFile} value - Content
Expand Down

0 comments on commit 801c4ae

Please sign in to comment.