Skip to content

Commit d4693a2

Browse files
committed
Fix typo
1 parent 71d2686 commit d4693a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/html-api/wpHtmlTagProcessorScriptTag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public static function data_is_javascript_script_tag(): array {
102102
'Script tag with language="jscript"' => array( '<script language="jscript"></script>', true ),
103103
'Script tag with language="livescript"' => array( '<script language="livescript"></script>', true ),
104104

105-
// Whitespace is not trimmed in the langauge attribute.
105+
// Whitespace is not trimmed in the language attribute.
106106
'Script tag with language=" javascript"' => array( '<script language=" javascript"></script>', false ),
107107

108108
// Non-JavaScript script tags - should NOT be JavaScript.

0 commit comments

Comments
 (0)