Skip to content

Commit bcc7367

Browse files
authored
fix a typo
1 parent 9da1f51 commit bcc7367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/data/wp_die.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
assertType('never', wp_die('', '', ['exit' => true]));
1717
assertType('null', wp_die('', '', ['exit' => false]));
1818

19-
// unknonwn
19+
// unknown
2020
assertType('null', wp_die('', '', ['exit' => Faker::bool()]));
2121
assertType('null', wp_die('', '', Faker::array()));
2222

0 commit comments

Comments
 (0)