From d95d7102dd65047a5ccd5c55fc77ff5e44ff0081 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:26:34 +0900 Subject: [PATCH] Fix typo --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 3197752..da9b2cf 100644 --- a/src/index.js +++ b/src/index.js @@ -150,7 +150,7 @@ const plugin = (options = {}) => { } const selector = localizeNode(node.first, node.spaces); - // move the spaces that were around the psuedo selector to the first + // move the spaces that were around the pseudo selector to the first // non-container node selector.first.spaces = node.spaces;