diff --git a/docs/content/components/select-menu-deprecated.md b/docs/content/components/select-menu-deprecated.md
index 374f0230..9f844394 100644
--- a/docs/content/components/select-menu-deprecated.md
+++ b/docs/content/components/select-menu-deprecated.md
@@ -6,17 +6,19 @@ source: 'https://github.com/github/github/blob/main/app/assets/stylesheets/compo
symbols: [active, close-button, css-truncate-target, description, description-inline, description-warning, disabled, filterable-empty, has-error, hidden-select-button-text, icon-only, indeterminate, is-loading, is-showing-new-item-form, label-select-menu, last-visible, menu-active, modal-backdrop, navigation-focus, octicon, octicon-check, octicon-dash, octicon-octoface, octicon-x, opaque, primary, select-menu, select-menu-action, select-menu-blankslate, select-menu-button, select-menu-button-gravatar, select-menu-button-large, select-menu-clear-item, select-menu-divider, select-menu-error, select-menu-filters, select-menu-header, select-menu-item, select-menu-item-gravatar, select-menu-item-heading, select-menu-item-icon, select-menu-item-parent, select-menu-item-template, select-menu-item-text, select-menu-list, select-menu-loading-overlay, select-menu-modal, select-menu-modal-holder, select-menu-modal-narrow, select-menu-modal-right, select-menu-new-item-form, select-menu-no-results, select-menu-tab, select-menu-tab-bucket, select-menu-tab-nav, select-menu-tabs, select-menu-text-filter, select-menu-title, selected, spinner]
---
-> Note: The `.select-menu` component is **deprecated**. Use the [`.SelectMenu`](select-menu) instead.
+
+ Please note that the `.select-menu` component is **deprecated**. Use the [`.SelectMenu`](select-menu) instead.
+
## Migration guide
-Here a few tips how to migrate an existing `.select-menu` to `.SelectMenu`.
+Here are a few tips on how to migrate an existing `.select-menu` to `.SelectMenu`.
1. Use a `` element to toggle the Select Menu.
2. Use a [``](https://github.com/github/details-menu-element) element to add JS behaviour. The older `.js-select-menu` is not compatible.
3. In case custom styling is needed, use [utility classes](https://primer.style/css/utilities) if possible.
-Below a comparison between class names:
+Below is a comparison between class names:
`.select-menu` | `.SelectMenu`
--- | ---
@@ -422,7 +424,7 @@ Show a filter and tabs in a single select menu.
### Blankslate
-Sometimes a select menu needs to communicate a "blank slate" where there's no content in the menu's list. Usually these include a clear call to action to add said content to the list. Swap out the contents of a `.select-menu-list` with the `.select-menu-blankslate` and customize it's contents as needed.
+Sometimes a select menu needs to communicate a "blank slate" where there's no content in the menu's list. Usually these include a clear call to action to add said content to the list. Swap out the contents of a `.select-menu-list` with the `.select-menu-blankslate` and customize its contents as needed.
```erb