docs: fix a broken link in the Methods docs page (#127)

This commit is contained in:
Lev Chelyadinov 2021-02-05 02:00:38 +03:00 committed by GitHub
parent 739d784c16
commit 0dec146add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,7 +284,7 @@ getNumberFormatter(
): Intl.NumberFormat
```
Each of these methods return their respective [`Intl.xxxxFormatter`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects#Internationalization) variant. Click [here](/docs/formatting.md#accessing-formatters-directly) for an example of usage.
Each of these methods return their respective [`Intl.xxxxFormatter`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects#Internationalization) variant. Click [here](/docs/Formatting.md#accessing-formatters-directly) for an example of usage.
#### `getMessageFormatter`