diff --git a/includes/core/classes/class-assets.php b/includes/core/classes/class-assets.php index 960dfb9ce..884e88d03 100644 --- a/includes/core/classes/class-assets.php +++ b/includes/core/classes/class-assets.php @@ -176,7 +176,7 @@ function ( $key ) { array_keys( $settings->get_sub_pages() ) ); - // Had to add the profile paged to the check since it uses some of the same assets. + // Had to add the profile page to the check since it uses some of the same assets. if ( in_array( $hook, $setting_hooks, true ) || 'profile.php' === $hook ) { // Need to load block styling for some dynamic fields. wp_enqueue_style( 'wp-edit-blocks' );