Skip to content

Commit 57e6cbe

Browse files
authored
Fix typo in docs for item removal (#12806)
### WHY are these changes introduced? Fixes a typo I noticed at https://polaris.shopify.com/patterns/common-actions/overview#remove ### WHAT is this pull request doing? Changing the spelling of "cursor" in our docs file ### How to 🎩 🖥 [Local development instructions](https://github.com/Shopify/polaris/blob/main/README.md#install-dependencies-and-build-workspaces) 🗒 [General tophatting guidelines](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md) 📄 [Changelog guidelines](https://github.com/Shopify/polaris/blob/main/.github/CONTRIBUTING.md#changelog) ### 🎩 checklist - [ ] Tested a [snapshot](https://github.com/Shopify/polaris/blob/main/documentation/Releasing.md#-snapshot-releases) - [ ] Tested on [mobile](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md#cross-browser-testing) - [ ] Tested on [multiple browsers](https://help.shopify.com/en/manual/shopify-admin/supported-browsers) - [ ] Tested for [accessibility](https://github.com/Shopify/polaris/blob/main/documentation/Accessibility%20testing.md) - [ ] Updated the component's `README.md` with documentation changes - [ ] [Tophatted documentation](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting%20documentation.md) changes in the style guide ---------
1 parent 5aea0e5 commit 57e6cbe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/serious-snakes-protect.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'polaris.shopify.com': patch
3+
---
4+
5+
Fixed a typo in the common actions overview

polaris.shopify.com/content/patterns/common-actions/variants/overview.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ url: /patterns/common-actions/overview
426426

427427
![A list of collections with one item in a hover state with the option to remove it displayed inline to the right using the "x" icon.](/images/patterns/common-actions/types/[email protected])
428428

429-
Show remove actions on hover when the merchant is using a curosr to navigate.
429+
Show remove actions on hover when the merchant is using a cursor to navigate.
430430

431431
</Medium>
432432

0 commit comments

Comments
 (0)