diff --git a/UNRELEASED.md b/UNRELEASED.md index 08dff28c2c4..1cc036c3458 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -12,6 +12,8 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f ### Documentation +- Fixed typo in `DropZone` documentation [4566](https://github.com/Shopify/polaris-react/pull/4566) + ### Development workflow - Updated Loom to v1 ([#950](https://github.com/Shopify/global-nav/pull/950)) diff --git a/src/components/DropZone/README.md b/src/components/DropZone/README.md index 40f0370649d..82a219f2e47 100755 --- a/src/components/DropZone/README.md +++ b/src/components/DropZone/README.md @@ -440,7 +440,7 @@ Use for cases with tight space constraints, such as variant thumbnails on the Pr ``` -### Drop zone with varaible size +### Drop zone with variable size Use for cases where you want the child contents of the dropzone to determine its height.