fixing typo

This commit is contained in:
koenemann 2016-11-15 11:48:38 +01:00
parent 54ac599779
commit eabcfeaac4
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
'container' => __( 'Fixed width container', 'understrap' ), 'container' => __( 'Fixed width container', 'understrap' ),
'container-fluid' => __( 'Full width container', 'understrap' ), 'container-fluid' => __( 'Full width container', 'understrap' ),
), ),
'priotiry' => '10', 'priority' => '10',
) )
) ); ) );
@ -119,7 +119,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
'both' => __( 'Left & Right sidebars', 'understrap' ), 'both' => __( 'Left & Right sidebars', 'understrap' ),
'none' => __( 'No sidebar', 'understrap' ), 'none' => __( 'No sidebar', 'understrap' ),
), ),
'priotiry' => '20', 'priority' => '20',
) )
) ); ) );