mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 14:46:34 +02:00
Minor wording tweaks
This commit is contained in:
@@ -100,7 +100,7 @@ describe('Dropdown', () => {
|
||||
expect(dropdown.toggle).toHaveBeenCalled()
|
||||
})
|
||||
|
||||
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 = [
|
||||
'<div class="dropdown">',
|
||||
' <button href="#" class="btn dropdown-toggle" data-toggle="dropdown">Dropdown</button>',
|
||||
|
@@ -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')
|
||||
|
Reference in New Issue
Block a user