Skip to content

Commit 503a433

Browse files
committed
update comment
1 parent 49af1fd commit 503a433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apps/profiles/src/lib/helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ export function isValidURL(urlToValidate: string): boolean {
118118
* Creates the string with the number of items and the word describing the item
119119
* possibly in plural form.
120120
*
121-
* @param {number} count number of entities
122-
* @param {string} baseWord base word that describes the entity
121+
* @param {number} count - The number of entities
122+
* @param {string} baseWord - The base word that describes the entity
123123
* @returns {string}
124124
*/
125125
export function formatPlural(count: number, baseWord: string): string {

0 commit comments

Comments
 (0)