diff --git a/UNRELEASED.md b/UNRELEASED.md index e05c2f6aa17..fe2a37588cb 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -49,6 +49,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f - Added accessibility documentation for `Card` and `CalloutCard` ([#1366](https://github.com/Shopify/polaris-react/pull/1366)) - Added accessibility documentation for `Badge` ([#1364](https://github.com/Shopify/polaris-react/pull/1364)) - Added accessibility documentation for `Icon` ([#1404](https://github.com/Shopify/polaris-react/pull/1404)) +- Fixed content example for `ContextualSaveBar` guidelines ([#1423](https://github.com/Shopify/polaris-react/pull/1423)) ### Development workflow diff --git a/src/components/ContextualSaveBar/README.md b/src/components/ContextualSaveBar/README.md index 581544c3279..400bea62102 100644 --- a/src/components/ContextualSaveBar/README.md +++ b/src/components/ContextualSaveBar/README.md @@ -74,7 +74,7 @@ Actions in the contextual save bar component should consist of a strong verb tha #### Don’t -- Don’t example +- Save changes - Discard changes