diff options
author | Bruno Pérel <brunoperel@gmail.com> | 2015-07-30 15:34:34 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2015-07-30 15:47:23 +0200 |
commit | 360a4780339b7f412b75ad8a06dca7f39616f654 (patch) | |
tree | 78f8d19b09232c54ad72f2e8245c58d68305bf00 /test/data | |
parent | 5fe76c663f8a4986af62edb434a1708c006d0b21 (diff) | |
download | jquery-360a4780339b7f412b75ad8a06dca7f39616f654.tar.gz jquery-360a4780339b7f412b75ad8a06dca7f39616f654.zip |
Docs: Fix various spelling mistakes
Closes gh-2487
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/support/csp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/support/csp.php b/test/data/support/csp.php index d01def783..0783e1774 100644 --- a/test/data/support/csp.php +++ b/test/data/support/csp.php @@ -1,5 +1,5 @@ <?php - # This test page checkes CSP only for browsers with "Content-Security-Policy" header support + # This test page checks CSP only for browsers with "Content-Security-Policy" header support # i.e. no old WebKit or old Firefox header("Content-Security-Policy: default-src 'self'; report-uri csp-log.php"); ?> |