Index: src/wp-content/themes/twentyseventeen/front-page.php
===================================================================
--- src/wp-content/themes/twentyseventeen/front-page.php	(revision 39665)
+++ src/wp-content/themes/twentyseventeen/front-page.php	(working copy)
@@ -35,7 +35,7 @@
 			 *
 			 * @since Twenty Seventeen 1.0
 			 *
-			 * @param $num_sections integer
+			 * @param int $num_sections <Give the integer value howmany setctions you have to add.>
 			 */
 			$num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 );
 			global $twentyseventeencounter;
Index: src/wp-content/themes/twentyseventeen/inc/customizer.php
===================================================================
--- src/wp-content/themes/twentyseventeen/inc/customizer.php	(revision 39665)
+++ src/wp-content/themes/twentyseventeen/inc/customizer.php	(working copy)
@@ -90,7 +90,7 @@
 	 *
 	 * @since Twenty Seventeen 1.0
 	 *
-	 * @param $num_sections integer
+	 * @param int $num_sections <Give the integer value howmany setctions you have to add.>
 	 */
 	$num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 );
 
Index: src/wp-content/themes/twentyseventeen/inc/template-functions.php
===================================================================
--- src/wp-content/themes/twentyseventeen/inc/template-functions.php	(revision 39665)
+++ src/wp-content/themes/twentyseventeen/inc/template-functions.php	(working copy)
@@ -80,7 +80,7 @@
 	 *
 	 * @since Twenty Seventeen 1.0
 	 *
-	 * @param $num_sections integer
+	 * @param int $num_sections <Give the integer value howmany setctions you have to add.>
 	 */
 	$num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 );
 
