docs: typo (#683)

Changes "you" to "your"
This commit is contained in:
Kent Warren
2022-06-24 16:52:57 -04:00
committed by GitHub
parent d99a67ca95
commit 7eb804daf9

View File

@@ -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) |