2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Minor wording tweaks

This commit is contained in:
XhmikosR
2019-08-14 18:50:06 +03:00
parent f03c10a189
commit 9cee3c2808
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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')