diff --git a/README.md b/README.md index 34109c7a..99fdb9f2 100644 --- a/README.md +++ b/README.md @@ -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 }) {} } ```