From 013c96f0db79b3c56b21901174738d7fb90ada7d Mon Sep 17 00:00:00 2001 From: Anthony Bouch Date: Mon, 10 Apr 2023 13:37:27 +0700 Subject: [PATCH] docs: fixed sentance error in warning --- docs/configuration/localization.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/localization.mdx b/docs/configuration/localization.mdx index ad8b99d445..3e90019b26 100644 --- a/docs/configuration/localization.mdx +++ b/docs/configuration/localization.mdx @@ -78,7 +78,7 @@ All field types with a `name` property support the `localized` property—even t When converting an existing field to or from `localized: true` the data structure in the document will change for this field and so existing data for this field will be lost. Before changing the localization setting on fields - with existing data, you may need consider a field migration strategy. + with existing data, you may need to consider a field migration strategy. ### Retrieving localized docs