diff --git a/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterAutoP.php b/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterAutoP.php
index 62d3649231c2c4e2d11e1355fe33c315740cc6bd..630e6533e60bc9d90dd2cb0c5e49eb45f6583cff 100644
--- a/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterAutoP.php
+++ b/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterAutoP.php
@@ -35,7 +35,7 @@ public function process($text, $langcode, $cache, $cache_id) {
    */
   public function tips($long = FALSE) {
     if ($long) {
-      return t('Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.');
+      return t('Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.');
     }
     else {
       return t('Lines and paragraphs break automatically.');