Docs: Fix various spelling mistakes

Closes gh-2487
This commit is contained in:
Bruno Pérel
2015-07-30 15:34:34 +02:00
committed by Michał Gołębiowski
parent 5fe76c663f
commit 360a478033
6 changed files with 6 additions and 6 deletions

View File

@@ -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");
?>