From 561c0d8cde549c24ba7c451a6d0742089290b3a7 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 19 Dec 2020 01:23:50 -0500 Subject: [PATCH] added class selector "." to "dropend" (#32534) It was missing the `.` before `dropend`. --- site/content/docs/5.0/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 1a442d516a..551499e350 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -33,7 +33,7 @@ Horizontal direction sensitive variables, utilities and mixins are renamed with ##### Components -- Renamed `.dropleft` and `.dropright` to `.dropstart` and `dropend`. +- Renamed `.dropleft` and `.dropright` to `.dropstart` and `.dropend`. - Renamed `.dropdown-menu-*-left` and `.dropdown-menu-*-right` to `.dropdown-menu-*-start` and `.dropdown-menu-*-end`. - Renamed `.bs-popover-left` and `.bs-popover-right` to `.bs-popover-start` and `.bs-popover-end`. - Renamed `.bs-tooltip-left` and `.bs-tooltip-right` to `.bs-tooltip-start` and `.bs-tooltip-end`.