Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-11-26 11:09:12 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-12-01 15:30:49 +0300
commit11ce6c2dcd8aa31030aa1569dbee34d9b0372cbd (patch)
tree2ae2915595ce66e244befb16260733ff78d47410 /js/tests/unit/tooltip.spec.js
parentf8f9dc3b5cfda049f38eb069b1ee008a3a6dd704 (diff)
tests: fix a few typos
Diffstat (limited to 'js/tests/unit/tooltip.spec.js')
-rw-r--r--js/tests/unit/tooltip.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/tooltip.spec.js b/js/tests/unit/tooltip.spec.js
index d8ca21a630..87f6c0a10a 100644
--- a/js/tests/unit/tooltip.spec.js
+++ b/js/tests/unit/tooltip.spec.js
@@ -415,7 +415,7 @@ describe('Tooltip', () => {
tooltip.show()
})
- it('should show a tooltip when hovering a children element', done => {
+ it('should show a tooltip when hovering a child element', done => {
fixtureEl.innerHTML = [
'<a href="#" rel="tooltip" title="Another tooltip">',
' <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 100 100">',