Skip to content

Commit 51ac627

Browse files
committed
Fix spelling
1 parent edfb51c commit 51ac627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/formatVariantSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export function finalizeSelector(current, formats, { context, candidate, base })
186186
// Remove extraneous selectors that do not include the base candidate
187187
selector.each((sel) => eliminateIrrelevantSelectors(sel, base))
188188

189-
// If ffter eliminating irrelevant selectors, we end up with nothing
189+
// If after eliminating irrelevant selectors, we end up with nothing
190190
// Then the whole "rule" this is associated with does not need to exist
191191
// We use `null` as a marker value for that case
192192
if (selector.length === 0) {

0 commit comments

Comments
 (0)