diff --git a/docs/upload/overview.mdx b/docs/upload/overview.mdx index c204160ae9..9fe6f761ae 100644 --- a/docs/upload/overview.mdx +++ b/docs/upload/overview.mdx @@ -39,7 +39,7 @@ Every Payload Collection can opt-in to supporting Uploads by specifying the `upl | Option | Description | | ------------------------- | -------------| -| **`staticURL`** * | The base URL path to use to access you uploads. Example: `/media` | +| **`staticURL`** * | The base URL path to use to access your uploads. Example: `/media` | | **`staticDir`** * | The folder directory to use to store media in. Can be either an absolute path or relative to the directory that contains your config. | | **`imageSizes`** | If specified, image uploads will be automatically resized in accordance to these image sizes. [More](#image-sizes) | | **`adminThumbnail`** | Set the way that the Admin panel will display thumbnails for this Collection. [More](#admin-thumbnails) |