diff --git a/docs/api/select.md b/docs/api/select.md
index 92ab5b6e70f..d5be17b0978 100644
--- a/docs/api/select.md
+++ b/docs/api/select.md
@@ -50,9 +50,9 @@ import PopoverExample from '@site/static/usage/v7/select/interfaces/popover/inde
## Multiple Selection
-By adding the `multiple` attribute to select, users are able to select multiple options. When multiple options can be selected, the alert overlay presents users with a checkbox styled list of options. The select component's value receives an array of all of the selected option values.
+By adding the `multiple` attribute to select, users are able to select multiple options. When multiple options can be selected, the alert or popover overlay presents users with a checkbox styled list of options. The select component's value receives an array of all of the selected option values.
-Note: the `action-sheet` and `popover` interfaces will not work with multiple selection.
+Note: the `action-sheet` interface will not work with multiple selection.
import MultipleSelectionExample from '@site/static/usage/v7/select/basic/multiple-selection/index.md';
@@ -224,4 +224,4 @@ Ionic uses heuristics to detect if an app is using the modern select syntax. In
## Slots
-
\ No newline at end of file
+