We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483e084 commit c3f5625Copy full SHA for c3f5625
src/index.js
@@ -150,7 +150,7 @@ const plugin = (options = {}) => {
150
}
151
152
const selector = localizeNode(node.first, node.spaces);
153
- // move the spaces that were around the psuedo selector to the first
+ // move the spaces that were around the pseudo selector to the first
154
// non-container node
155
selector.first.spaces = node.spaces;
156
0 commit comments