diff --git a/src/wp-includes/blocks.php b/src/wp-includes/blocks.php index d6d73bdfe8..5669bbf7b6 100644 --- a/src/wp-includes/blocks.php +++ b/src/wp-includes/blocks.php @@ -1238,7 +1238,7 @@ function wp_enqueue_block_style( $block_name, $args ) { // Add RTL stylesheet. if ( file_exists( $rtl_file_path ) ) { - wp_style_add_data( $args['hanle'], 'rtl', 'replace' ); + wp_style_add_data( $args['handle'], 'rtl', 'replace' ); if ( is_rtl() ) { wp_style_add_data( $args['handle'], 'path', $rtl_file_path );