From 57e6cbe71ffaed55aa1760f35d7026fbde6493bd Mon Sep 17 00:00:00 2001 From: ilana beer <3604481+IlanaB@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:47:48 -0400 Subject: [PATCH] Fix typo in docs for item removal (#12806) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 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 --------- --- .changeset/serious-snakes-protect.md | 5 +++++ .../content/patterns/common-actions/variants/overview.mdx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/serious-snakes-protect.md diff --git a/.changeset/serious-snakes-protect.md b/.changeset/serious-snakes-protect.md new file mode 100644 index 00000000000..61280527d95 --- /dev/null +++ b/.changeset/serious-snakes-protect.md @@ -0,0 +1,5 @@ +--- +'polaris.shopify.com': patch +--- + +Fixed a typo in the common actions overview diff --git a/polaris.shopify.com/content/patterns/common-actions/variants/overview.mdx b/polaris.shopify.com/content/patterns/common-actions/variants/overview.mdx index 0ff6b0298d5..f9b41ea647a 100644 --- a/polaris.shopify.com/content/patterns/common-actions/variants/overview.mdx +++ b/polaris.shopify.com/content/patterns/common-actions/variants/overview.mdx @@ -426,7 +426,7 @@ url: /patterns/common-actions/overview ![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/common-action-types-remove-on-hover@2x.png) - Show remove actions on hover when the merchant is using a curosr to navigate. + Show remove actions on hover when the merchant is using a cursor to navigate.