Skip to content

Commit

Permalink
Fix awkward capitalisation in demo post content; fixes #8590. (#8591)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmonster authored and gziolo committed Aug 6, 2018
1 parent 4fc46e7 commit efea640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- /wp:paragraph -->

<!-- wp:heading {"level":2} -->
<h2><?php _e( 'A Picture is worth a Thousand Words', 'gutenberg' ); ?></h2>
<h2><?php _e( 'A Picture is Worth a Thousand Words', 'gutenberg' ); ?></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
Expand Down

0 comments on commit efea640

Please sign in to comment.