mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Fix typo in the Popper.js checks. (#27488)
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ class Dropdown {
|
||||
* Popper - https://popper.js.org
|
||||
*/
|
||||
if (typeof Popper === 'undefined') {
|
||||
throw new TypeError('Bootstrap dropdown require Popper.js (https://popper.js.org)')
|
||||
throw new TypeError('Bootstrap\'s dropdowns require Popper.js (https://popper.js.org/)')
|
||||
}
|
||||
|
||||
let referenceElement = this._element
|
||||
|
||||
Reference in New Issue
Block a user