From 0dec146adda7ecc748fca5eb4d9b7bfdad993d38 Mon Sep 17 00:00:00 2001 From: Lev Chelyadinov Date: Fri, 5 Feb 2021 02:00:38 +0300 Subject: [PATCH] docs: fix a broken link in the Methods docs page (#127) --- docs/Methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Methods.md b/docs/Methods.md index 2366580..fa4a266 100644 --- a/docs/Methods.md +++ b/docs/Methods.md @@ -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`