From 0e41a534a4dfb9d6c2a9f71f65801bd1fbbdb83b Mon Sep 17 00:00:00 2001 From: Ed S Date: Mon, 18 Nov 2024 14:18:19 +0000 Subject: [PATCH] Utils: Fix typos in documentation (#333) --- src/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils.js b/src/utils.js index e9208bc..8eecb5f 100644 --- a/src/utils.js +++ b/src/utils.js @@ -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. @@ -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.