diff options
| author | Gaƫl Poupard <[email protected]> | 2020-12-18 16:22:16 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-18 17:22:16 +0200 |
| commit | 58ab1c2cd53b51b57e425e4f4926b9d29de424be (patch) | |
| tree | de0cb081fddd55638ab4093b589a9da44ffea43b /js | |
| parent | 66f323af7015346ef401f241a8082a27d37e1d67 (diff) | |
| download | bootstrap-58ab1c2cd53b51b57e425e4f4926b9d29de424be.tar.xz bootstrap-58ab1c2cd53b51b57e425e4f4926b9d29de424be.zip | |
test(carousel): french word in the wild (#32528)
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/unit/carousel.spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/carousel.spec.js b/js/tests/unit/carousel.spec.js index 07b8fc311..0286762fa 100644 --- a/js/tests/unit/carousel.spec.js +++ b/js/tests/unit/carousel.spec.js @@ -905,7 +905,7 @@ describe('Carousel', () => { }) describe('to', () => { - it('should go directement to the provided index', done => { + it('should go directly to the provided index', done => { fixtureEl.innerHTML = [ '<div id="myCarousel" class="carousel slide">', ' <div class="carousel-inner">', |
