Skip to content

Commit

Permalink
docs: added correct name for font site 50
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 committed Dec 23, 2018
1 parent d8f3ec3 commit b30c96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/designers-developers/developers/themes/theme-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ add_theme_support( 'editor-font-sizes', array(
'slug' => 'large'
),
array(
'name' => __( 'larger', 'themeLangDomain' ),
'name' => __( 'huge', 'themeLangDomain' ),
'size' => 50,
'slug' => 'larger'
'slug' => 'huge'
)
) );
```
Expand Down

0 comments on commit b30c96a

Please sign in to comment.