We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49af1fd commit 503a433Copy full SHA for 503a433
src/apps/profiles/src/lib/helpers.ts
@@ -118,8 +118,8 @@ export function isValidURL(urlToValidate: string): boolean {
118
* Creates the string with the number of items and the word describing the item
119
* possibly in plural form.
120
*
121
- * @param {number} count number of entities
122
- * @param {string} baseWord base word that describes the entity
+ * @param {number} count - The number of entities
+ * @param {string} baseWord - The base word that describes the entity
123
* @returns {string}
124
*/
125
export function formatPlural(count: number, baseWord: string): string {
0 commit comments