Skip to content

Commit 0e41a53

Browse files
authored
Utils: Fix typos in documentation (#333)
1 parent 25c3012 commit 0e41a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ function createCollectionMethodRule( methods, message, options ) {
370370
}
371371

372372
/**
373-
* Create a rule for collection property
373+
* Create a rule for collection properties
374374
*
375375
* @param {string} property Property name
376376
* @param {string|Function} [message] Message to report. See createCollectionMethodRule.
@@ -449,7 +449,7 @@ function createUtilMethodRule( methods, message, options ) {
449449
}
450450

451451
/**
452-
* Create a rule for util methods
452+
* Create a rule for util properties
453453
*
454454
* @param {string} property Property name
455455
* @param {string|Function} [message] Message to report. See createCollectionMethodRule.

0 commit comments

Comments
 (0)