diff --git a/doc/subscriptions/index.md b/doc/subscriptions/index.md
index 2d809ed7ef88e7a03c06cc10ff2d01af3ad5b819..93a0b46f2068efef9ee32192648f79bef98be2dc 100644
--- a/doc/subscriptions/index.md
+++ b/doc/subscriptions/index.md
@@ -168,7 +168,7 @@ Only one namespace can be linked to a subscription.
 To change the password for this customers portal account:
 
 1. Log in to the [Customers Portal](https://customers.gitlab.com/customers/sign_in).
-1. Select the **My account** drop-down and select **Account details**.
+1. Select the **My account** dropdown list and select **Account details**.
 1. Make the required changes to the **Your password** section.
 1. Select **Save changes**.
 
diff --git a/doc/user/admin_area/settings/project_integration_management.md b/doc/user/admin_area/settings/project_integration_management.md
index 2b63438427222f970e84e9162b1b589158f08f78..d50e02a14d47391735c44fadb5c2b57714fa7df1 100644
--- a/doc/user/admin_area/settings/project_integration_management.md
+++ b/doc/user/admin_area/settings/project_integration_management.md
@@ -122,7 +122,7 @@ Resetting a group-level default setting removes integrations that use default se
 
 1. Navigate to **Project > Settings > Integrations**.
 1. Choose the integration you want to enable or update.
-1. From the drop-down, select **Use default settings**.
+1. From the dropdown list, select **Use default settings**.
 1. Ensure the toggle is set to **Enable integration**.
 1. Select **Save changes**.
 
@@ -130,6 +130,6 @@ Resetting a group-level default setting removes integrations that use default se
 
 1. Navigate to project or group's **Settings > Integrations**.
 1. Choose the integration you want to enable or update.
-1. From the drop-down, select **Use custom settings**.
+1. From the dropdown list, select **Use custom settings**.
 1. Ensure the toggle is set to **Enable integration** and enter all required settings.
 1. Select **Save changes**.
diff --git a/doc/user/project/merge_requests/creating_merge_requests.md b/doc/user/project/merge_requests/creating_merge_requests.md
index 8d462fef15ac134b43ea2cb2a00e0a9ddc1007c2..df11d5a1d8d6d519ba1c9e8f4330035c58260853 100644
--- a/doc/user/project/merge_requests/creating_merge_requests.md
+++ b/doc/user/project/merge_requests/creating_merge_requests.md
@@ -96,8 +96,8 @@ You can create a merge request from your fork to contribute back to the main pro
 1. On the top bar, select **Main menu > Projects** and find your project.
 1. Select your fork of the repository.
 1. On the left menu, go to **Merge requests**, and select **New merge request**.
-1. In the **Source branch** drop-down list box, select the branch in your forked repository as the source branch.
-1. In the **Target branch** drop-down list box, select the branch from the upstream repository as the target branch.
+1. In the **Source branch** dropdown list box, select the branch in your forked repository as the source branch.
+1. In the **Target branch** dropdown list box, select the branch from the upstream repository as the target branch.
    You can set a [default target project](#set-the-default-target-project) to
    change the default target branch (which can be useful if you are working in a
    forked project).