From bf340c13f2cdb3f23826165acb81ca749d9c0372 Mon Sep 17 00:00:00 2001 From: moss-bryophyta <261561981+moss-bryophyta@users.noreply.github.com> Date: Thu, 21 May 2026 08:02:59 -0700 Subject: [PATCH] fix: add comma after "e.g." in sanity configuration page --- docs/en-US/sanity/guides/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/sanity/guides/configuration.mdx b/docs/en-US/sanity/guides/configuration.mdx index 52f838c7..11b00b4c 100644 --- a/docs/en-US/sanity/guides/configuration.mdx +++ b/docs/en-US/sanity/guides/configuration.mdx @@ -37,7 +37,7 @@ gtPlugin({ ### Using `defaultLocale` from `gt.config.json` -If you already have a `gt.config.json` (e.g. from using `gt-next` or `gt-react`), you can spread it directly into the plugin config. The `defaultLocale` field is accepted as an alias for `sourceLocale`: +If you already have a `gt.config.json` (e.g., from using `gt-next` or `gt-react`), you can spread it directly into the plugin config. The `defaultLocale` field is accepted as an alias for `sourceLocale`: ```typescript import gtConfig from './gt.config.json';