From 7eb804daf91f954e693adc3775131b42e49667d2 Mon Sep 17 00:00:00 2001 From: Kent Warren <48572147+WarrenMfg@users.noreply.github.com> Date: Fri, 24 Jun 2022 16:52:57 -0400 Subject: [PATCH] docs: typo (#683) Changes "you" to "your" --- docs/upload/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) |