Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion src/components/DropZone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Use for cases with tight space constraints, such as variant thumbnails on the Pr
</div>
```

### 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.

Expand Down