diff --git a/core/recipes/example/recipe.yml b/core/recipes/example/recipe.yml
index 431dd4d26e9b2b075c9b26e715e5366286422c8f..7f83305f6e2100ce28445de3243dd355dd419d13 100644
--- a/core/recipes/example/recipe.yml
+++ b/core/recipes/example/recipe.yml
@@ -26,9 +26,8 @@ config:
     # modules already installed.
     node: '*'
   # Configuration actions may be defined. The structure here should be
-  # entity_type.ID.action. Below the user role entity type with an ID of
-  # editor is having the permissions added. The permissions key will be
-  # mapped to the \Drupal\user\Entity\Role::grantPermission() method.
+  # entity_type.ID.action. Below, text.settings is updated to set the
+  # default summary length for text fields to 700 characters.
   actions:
     text.settings:
       simpleConfigUpdate: