Skip to content

Commit 9dbe0ab

Browse files
committed
chore: update param names in JSDoc
1 parent 47065f3 commit 9dbe0ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/purgecss/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ class PurgeCSS {
553553

554554
/**
555555
* Remove unused css
556-
* @param options PurgeCSS options
556+
* @param userOptions PurgeCSS options
557557
*/
558558
public async purge(
559559
userOptions: UserDefinedOptions | string | undefined
@@ -620,7 +620,7 @@ class PurgeCSS {
620620

621621
/**
622622
* Determine if the selector should be kept, based on the selectors found in the files
623-
* @param selectorsInContent set of css selectors found in the content files or string
623+
* @param selector set of css selectors found in the content files or string
624624
* @param selectorsFromExtractor selectors in the css rule
625625
*/
626626
private shouldKeepSelector(

0 commit comments

Comments
 (0)