Skip to content

Commit

Permalink
Utils: Fix typos in documentation (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s authored Nov 18, 2024
1 parent 25c3012 commit 0e41a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ function createCollectionMethodRule( methods, message, options ) {
}

/**
* Create a rule for collection property
* Create a rule for collection properties
*
* @param {string} property Property name
* @param {string|Function} [message] Message to report. See createCollectionMethodRule.
Expand Down Expand Up @@ -449,7 +449,7 @@ function createUtilMethodRule( methods, message, options ) {
}

/**
* Create a rule for util methods
* Create a rule for util properties
*
* @param {string} property Property name
* @param {string|Function} [message] Message to report. See createCollectionMethodRule.
Expand Down

0 comments on commit 0e41a53

Please sign in to comment.