Skip to content

Commit 090aade

Browse files
committed
fix typos
1 parent 999fbea commit 090aade

File tree

2 files changed

+91
-2
lines changed

2 files changed

+91
-2
lines changed

.idea/workspace.xml

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/encore/bootstrap.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ Now, require bootstrap from any of your JavaScript files:
7474
});
7575
7676
.. tip::
77-
If you are using bootstrap with turbo drive, to allow your javascript to load on each page change, remember to wrap your javascript in a ``turbo:load`` event listener.
77+
If you are using bootstrap with Turbo Drive, to allow your javascript to load on each page change, remember to wrap your javascript in a ``turbo:load`` event listener.
7878

7979
.. code-block:: javascript
8080
// app.js
8181
82-
// this waits for tubro drive to load
82+
// this waits for Turbo Drive to load
8383
document.addEventListener('turbo:load', function (e) {
8484
// this enables bootstrap tooltips globally
8585
let tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))

0 commit comments

Comments
 (0)