From 6a7a7283e702cf80256fe1159b5033cbb5f39a6b Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 3 Mar 2021 15:20:09 -0500 Subject: [PATCH] Fix typo in processor example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) {} } ```