1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +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

@@ -65,7 +65,7 @@ describe('Data', () => {
expect(Data.get(div, TEST_KEY)).toBe(copy)
})
it('should do nothing when an element have nothing stored', () => {
it('should do nothing when an element has nothing stored', () => {
Data.remove(div, TEST_KEY)
expect().nothing()