Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo
It seems the word "checks" was misspelled as "checkes".
  • Loading branch information
namlede committed Dec 15, 2014
1 parent ce308e2 commit 408662b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/support.js
Expand Up @@ -30,7 +30,7 @@ if ( jQuery.css ) {
});
}

// This test checkes CSP only for browsers with "Content-Security-Policy" header support
// This test checks CSP only for browsers with "Content-Security-Policy" header support
// i.e. no old WebKit or old Firefox
testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Security/CSP) restrictions",
"support/csp.php",
Expand Down

0 comments on commit 408662b

Please sign in to comment.