diff options
| author | XhmikosR <[email protected]> | 2020-11-21 16:22:08 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-21 16:22:08 +0200 |
| commit | f4457bca0274cbe02422434294e3c6a006da7750 (patch) | |
| tree | 33d4d96a0a57a149870688e57be14c13abcae734 /js/tests/visual/dropdown.html | |
| parent | 358c36d4b59b2beb2ad23244fc44c2464471b680 (diff) | |
| download | bootstrap-f4457bca0274cbe02422434294e3c6a006da7750.tar.xz bootstrap-f4457bca0274cbe02422434294e3c6a006da7750.zip | |
Be consistent with Popper's name. (#32224)
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
Diffstat (limited to 'js/tests/visual/dropdown.html')
| -rw-r--r-- | js/tests/visual/dropdown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html index 5dc757197..9dad43543 100644 --- a/js/tests/visual/dropdown.html +++ b/js/tests/visual/dropdown.html @@ -196,7 +196,7 @@ <div class="col-sm-3 mt-4"> <div class="dropdown"> <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" data-bs-display="static" aria-expanded="false"> - Dropdown menu without Popper.js + Dropdown menu without Popper </button> <ul class="dropdown-menu" aria-labelledby="dropdownMenuButton"> <li><a class="dropdown-item" href="#">Action</a></li> |
