From 75e8be9fd4abee824cc1f434a37492970ac8b030 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 14 Aug 2019 00:59:06 +0200 Subject: [PATCH] fixed supports --- fluent-langneg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent-langneg/README.md b/fluent-langneg/README.md index 95f4502fa..a76c1b944 100644 --- a/fluent-langneg/README.md +++ b/fluent-langneg/README.md @@ -86,7 +86,7 @@ subtags data, which is useful in finding most likely available locales in case the requested locale is too generic. An example of that scenario is when the user requests `en` locale, and -the application supportes `en-GB` and `en-US`. +the application supports `en-GB` and `en-US`. ## Learn more