Skip to content

Commit ddbd8cc

Browse files
chore: fix tests
1 parent 12e7142 commit ddbd8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ngx-intl/src/lib/intl-number.pipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const INTL_NUMBER_PRESET_PERCENT: IntlNumberOptions =
2727
{ style: 'percent' };
2828

2929
/**
30-
* A pipe that formats a number using the Intl.NumberFormat API.
30+
* A pipe that formats a number using the Intl.NumberFormat API
3131
*/
3232
@Pipe({
3333
name: 'intlNumber',

0 commit comments

Comments
 (0)