1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 00:54:04 +02:00

tests: fix a few typos

This commit is contained in:
XhmikosR
2021-11-26 10:09:12 +02:00
parent f8f9dc3b5c
commit 11ce6c2dcd
3 changed files with 15 additions and 15 deletions

View File

@@ -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">',