From 72c77446c404e4c69ec080e53b7a5be618a555bb Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 11 Nov 2020 17:31:16 -0500 Subject: [PATCH] Fix docs --- docs/components/format-number.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/format-number.md b/docs/components/format-number.md index 782885c92..7fc117324 100644 --- a/docs/components/format-number.md +++ b/docs/components/format-number.md @@ -4,7 +4,7 @@ Formats a number using the specified locale and options. -Localization is handled by the browser's built-in [Intl: NumberFormat API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat) so there's no need to load bulky language packs. +Localization is handled by the browser's [Intl.NumberFormat API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat) so there's no need to load language packs. ```html preview