Skip to content

Commit 91253b9

Browse files
authored
Fixed a typo
compatibility not conmpatibilidade
1 parent c439364 commit 91253b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ function twentyfifteen_resource_hints( $urls, $relation_type ) {
651651
// Replace `enqueue_font_id` the `ID` used in loading the source.
652652
if ( wp_style_is( 'enqueue_font_id', 'queue' ) && 'preconnect' === $relation_type ) {
653653
// Checks whether the version of WordPress is greater than or equal to 4.7
654-
// to ensure conmpatibilidade with older versions
654+
// to ensure compatibility with older versions
655655
// because the 4.7 has become necessary to return an array instead of string
656656
if ( version_compare( $GLOBALS['wp_version'], '4.7-alpha', '>=' ) ) {
657657
// Array with url google fonts and crossorigin

0 commit comments

Comments
 (0)