Skip to content

Commit c3f5625

Browse files
authored
chore: fix typo (#58)
1 parent 483e084 commit c3f5625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const plugin = (options = {}) => {
150150
}
151151

152152
const selector = localizeNode(node.first, node.spaces);
153-
// move the spaces that were around the psuedo selector to the first
153+
// move the spaces that were around the pseudo selector to the first
154154
// non-container node
155155
selector.first.spaces = node.spaces;
156156

0 commit comments

Comments
 (0)