Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Jul 6, 2022
1 parent 198a001 commit a9a9cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/class-wp-theme-json-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ function test_get_element_class_name_invalid() {
}

/**
* Testing that dynamic properties in theme.json return the value they refrence, e.g.
* Testing that dynamic properties in theme.json return the value they reference, e.g.
* array( 'ref' => 'styles.color.background' ) => "#ffffff".
*/
function test_get_property_value_valid() {
Expand Down

0 comments on commit a9a9cf1

Please sign in to comment.