Skip to content

Commit

Permalink
fix typo (#37849)
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath authored and noisysocks committed Jan 17, 2022
1 parent f82472b commit d983416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,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 );
Expand Down

0 comments on commit d983416

Please sign in to comment.