mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-11 05:57:37 +02:00
Fix typos
This commit is contained in:
parent
f855b99613
commit
d9d301f8c6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export class TagSuggestionComponent {
|
|||
// groups of 3 digits.
|
||||
const formatter = new Intl.NumberFormat('fr', { useGrouping: true });
|
||||
|
||||
// Normalize the whispace with a `.replace()`. We'll use CSS to guarantee
|
||||
// Normalize the whitespace with a `.replace()`. We'll use CSS to guarantee
|
||||
// a smaller spacing between the groups of digits.
|
||||
return formatter.format(count).replace(/\s/g, ' ');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue