chore: fixed typos

This commit is contained in:
Emad Rad
2025-12-10 11:35:50 +01:00
committed by Feanil Patel
parent b76595d610
commit 6a046ebe50
8 changed files with 13 additions and 13 deletions

View File

@@ -93,7 +93,7 @@
expect(noIntent).toThrow();
return expect(both).not.toThrow();
});
it('does not show on initalize', function() {
it('does not show on initialize', function() {
var view;
view = new AlertView.Confirmation(this.options);
expect(this.renderSpy).not.toHaveBeenCalled();