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';