diff --git a/docs/configuration/overview.mdx b/docs/configuration/overview.mdx index f43d243a57..647f8e3507 100644 --- a/docs/configuration/overview.mdx +++ b/docs/configuration/overview.mdx @@ -18,7 +18,7 @@ Payload is a *config-based*, code-first CMS and application framework. The Paylo | Option | Description | | -------------------- | -------------| -| `serverURL` | A string used to define the absolute URL of your app including the protocol, for example `https://'example.com`. No paths allowed, only protocol, domain and (optionally) port | +| `serverURL` | A string used to define the absolute URL of your app including the protocol, for example `https://example.com`. No paths allowed, only protocol, domain and (optionally) port | | `collections` | An array of all Collections that Payload will manage. To read more about how to define your collection configs, [click here](/docs/configuration/collections). | | `cors` | Either a whitelist array of URLS to allow CORS requests from, or a wildcard string (`'*'`) to accept incoming requests from any domain. | | `globals` | An array of all Globals that Payload will manage. For more on Globals and their configs, [click here](/docs/configuration/globals). |