2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Fix typos. (#29178)

This commit is contained in:
XhmikosR
2019-07-31 16:14:21 +03:00
committed by GitHub
parent 3100dd3dab
commit eecd75db00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ describe('Tab', () => {
})
describe('data-api', () => {
it('should create dynamicaly a tab', done => {
it('should create dynamically a tab', done => {
fixtureEl.innerHTML = [
'<ul class="nav nav-tabs" role="tablist">',
' <li class="nav-item"><a href="#home" class="nav-link active" role="tab">Home</a></li>',