From b00987b044a629ff691593eb0b2515feff24140d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valent=C3=ADn=20Costa?= Date: Sun, 20 Nov 2022 14:47:52 -0300 Subject: [PATCH] docs: add missing S in example of i18n (#1463) --- docs/configuration/i18n.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/i18n.mdx b/docs/configuration/i18n.mdx index 6f5865443f..da426061e6 100644 --- a/docs/configuration/i18n.mdx +++ b/docs/configuration/i18n.mdx @@ -19,7 +19,7 @@ const Articles: CollectionConfig = { en: 'Article', es: 'Artículo', }, plural: { - en: 'Articles', es: 'Artículo', + en: 'Articles', es: 'Artículos', }, }, admin: {