From 302ed1a0b895a713176325d0d82eb02e9897afdf Mon Sep 17 00:00:00 2001 From: Ariel Barreiro Date: Fri, 16 Feb 2024 11:04:57 -0300 Subject: [PATCH] Fix language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7463fef..884cfd4 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ _format = format # store reference to the built in format format(x) = _format(x, {notation:"exponential"}) ``` -You can also do something like this to show the number with your default locale or providing a [custom one](https://www.w3.org/International/articles/language-tags/): +You can also do something like this to show the number with your default locale or provide a [custom one](https://www.w3.org/International/articles/language-tags/): ``` format(x) = x.toLocaleString();