diff --git a/inc/widgets.php b/inc/widgets.php index 60a07c1..bf63ac2 100644 --- a/inc/widgets.php +++ b/inc/widgets.php @@ -94,7 +94,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) { register_sidebar( array( 'name' => __( 'Top Full', 'understrap' ), 'id' => 'statichero', - 'description' => 'Full top widget with dynmic grid', + 'description' => 'Full top widget with dynamic grid', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', @@ -112,4 +112,4 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) { ) ); } -} // endif function_exists( 'understrap_widgets_init' ). \ No newline at end of file +} // endif function_exists( 'understrap_widgets_init' ).