Skip to content

Commit e632171

Browse files
authored
Merge pull request #320 from catrope/typo-namepsace
Fix typo in processor example
2 parents 95784e4 + 6a7a728 commit e632171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ module.exports = {
122122
* @param {Object} config The full Jest config
123123
* @returns {string} The code to be output after processing all of the blocks matched by this type
124124
*/
125-
process({ blocks, vueOptionsNamepsace, filename, config }) {}
125+
process({ blocks, vueOptionsNamespace, filename, config }) {}
126126
}
127127
```
128128

0 commit comments

Comments
 (0)