Skip to content

Commit

Permalink
Fix typo in processor example
Browse files Browse the repository at this point in the history
  • Loading branch information
catrope committed Mar 3, 2021
1 parent 1fb3b2e commit 6a7a728
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 @@ -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 6a7a728

Please sign in to comment.