Skip to content

Commit 6a7a728

Browse files
authored
Fix typo in processor example
1 parent 1fb3b2e commit 6a7a728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)