diff --git a/docs/components/format-number.md b/docs/components/format-number.md index b18e92737..f96c3cab5 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 [Intl.NumberFormat API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat). No language packs are required. +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). No language packs are required. ```html preview