Skip to content

Commit 111597c

Browse files
committed
Fix typo.
1 parent ce68388 commit 111597c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.fullscreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function fullScreen(state)
3535
// to fullscreen multiple elements.
3636
e = (/** @type {Element} */ this[0]);
3737

38-
// Find the real element and the document (Depends on wether the
38+
// Find the real element and the document (Depends on whether the
3939
// document itself or a HTML element was selected)
4040
if (e instanceof Document)
4141
{

0 commit comments

Comments
 (0)