diff options
| author | Christian Oliff <[email protected]> | 2021-09-09 02:55:01 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-08 10:55:01 -0700 |
| commit | 24daa47131c543933bc43949d9dbe01911475a08 (patch) | |
| tree | 338ba6d37d2e5042561a131a7c47752d34ca58c2 | |
| parent | 499485589f10f678fd36b3683e1c8553c0a9a2e6 (diff) | |
| download | bootstrap-24daa47131c543933bc43949d9dbe01911475a08.tar.xz bootstrap-24daa47131c543933bc43949d9dbe01911475a08.zip | |
Fix Backdroped typo (#34920)
| -rw-r--r-- | site/content/docs/5.1/components/offcanvas.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/offcanvas.md b/site/content/docs/5.1/components/offcanvas.md index 72ba4be95..6be2cd64d 100644 --- a/site/content/docs/5.1/components/offcanvas.md +++ b/site/content/docs/5.1/components/offcanvas.md @@ -161,7 +161,7 @@ Scrolling the `<body>` element is disabled when an offcanvas and its backdrop ar </div> <div class="offcanvas offcanvas-start" data-bs-scroll="true" tabindex="-1" id="offcanvasWithBothOptions" aria-labelledby="offcanvasWithBothOptionsLabel"> <div class="offcanvas-header"> - <h5 class="offcanvas-title" id="offcanvasWithBothOptionsLabel">Backdroped with scrolling</h5> + <h5 class="offcanvas-title" id="offcanvasWithBothOptionsLabel">Backdrop with scrolling</h5> <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="offcanvas-body"> |
