Skip to content

Commit

Permalink
Merge pull request #320 from catrope/typo-namepsace
Browse files Browse the repository at this point in the history
Fix typo in processor example
  • Loading branch information
lmiller1990 committed Mar 6, 2021
2 parents 95784e4 + 6a7a728 commit e632171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -122,7 +122,7 @@ module.exports = {
* @param {Object} config The full Jest config
* @returns {string} The code to be output after processing all of the blocks matched by this type
*/
process({ blocks, vueOptionsNamepsace, filename, config }) {}
process({ blocks, vueOptionsNamespace, filename, config }) {}
}
```

Expand Down

0 comments on commit e632171

Please sign in to comment.