]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
added class selector "." to "dropend" (#32534)
authorjoe <joe@chekcreative.com>
Sat, 19 Dec 2020 06:23:50 +0000 (01:23 -0500)
committerGitHub <noreply@github.com>
Sat, 19 Dec 2020 06:23:50 +0000 (08:23 +0200)
It was missing the `.` before `dropend`.

site/content/docs/5.0/migration.md

index 1a442d516a38cb60aa6e3f989be3da060687fd75..551499e3502bcb18c2ed925214042507e223b9c3 100644 (file)
@@ -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`.