aboutsummaryrefslogtreecommitdiff
path: root/js/src/tooltip
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-08-14 18:50:06 +0300
committerXhmikosR <[email protected]>2019-08-18 17:19:36 +0300
commit9cee3c280803471dbd240e755279fe1e2c04ac9e (patch)
tree34032bee81ab0d85cf351f8c45a99b490f9e2b7a /js/src/tooltip
parentf03c10a1897254f82d1484924b259a921dcf0431 (diff)
downloadbootstrap-9cee3c280803471dbd240e755279fe1e2c04ac9e.tar.xz
bootstrap-9cee3c280803471dbd240e755279fe1e2c04ac9e.zip
Minor wording tweaks
Diffstat (limited to 'js/src/tooltip')
-rw-r--r--js/src/tooltip/tooltip.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tooltip/tooltip.spec.js b/js/src/tooltip/tooltip.spec.js
index e4bddcf00..a6cbd7847 100644
--- a/js/src/tooltip/tooltip.spec.js
+++ b/js/src/tooltip/tooltip.spec.js
@@ -109,7 +109,7 @@ describe('Tooltip', () => {
tooltipInContainerEl.click()
})
- it('should allow to pass config to popper.js thanks to popperConfig', () => {
+ it('should allow to pass config to popper.js with `popperConfig`', () => {
fixtureEl.innerHTML = '<a href="#" rel="tooltip"/>'
const tooltipEl = fixtureEl.querySelector('a')