From 8bd874988bcfb5c4a65a16f5e0e7f0edd09a8cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile?= Date: Mon, 1 Nov 2021 16:29:28 -0400 Subject: [PATCH 1/2] Fix typo in DropZone Readme --- src/components/DropZone/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From d6c2809be13500454451e768cfc5f9b79f52e79a Mon Sep 17 00:00:00 2001 From: Emile Aublet Date: Mon, 1 Nov 2021 16:38:02 -0400 Subject: [PATCH 2/2] Added entry in UNRELEASED --- UNRELEASED.md | 2 ++ 1 file changed, 2 insertions(+) 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))