diff --git a/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php b/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
index 79e11949b9..4da8f6e75e 100644
--- a/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
+++ b/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
@@ -50,7 +50,7 @@ global $twentyseventeencounter;
 			// Show recent blog posts if is blog posts page (Note that get_option returns a string, so we're casting the result as an int).
 			if ( get_the_ID() === (int) get_option( 'page_for_posts' )  ) : ?>
 
-				<?php // Show four most recent posts.
+				<?php // Show three most recent posts.
 				$recent_posts = new WP_Query( array(
 					'posts_per_page'      => 3,
 					'post_status'         => 'publish',
