diff --git a/core/modules/system/templates/html.html.twig b/core/modules/system/templates/html.html.twig
index 195d82e771202055dee455aa0c7059c5ae1f6d74..107c56b0a9f83d8caf24ca41b08633e40990f849 100644
--- a/core/modules/system/templates/html.html.twig
+++ b/core/modules/system/templates/html.html.twig
@@ -8,7 +8,7 @@
  * - root_path: The root path of the current page (e.g., node, admin, user).
  * - node_type: The content type for the current node, if the page is a node.
  * - head_title: List of text elements that make up the head_title variable.
- *   May contain or more of the following:
+ *   May contain one or more of the following:
  *   - title: The title of the page.
  *   - name: The name of the site.
  *   - slogan: The slogan of the site.
diff --git a/core/themes/classy/templates/layout/html.html.twig b/core/themes/classy/templates/layout/html.html.twig
index 8330ccc7703a22a7f6c5fe30df57c119892533e1..4fe57a01cfdd5995db836693c453751d8ee11551 100644
--- a/core/themes/classy/templates/layout/html.html.twig
+++ b/core/themes/classy/templates/layout/html.html.twig
@@ -8,7 +8,7 @@
  * - root_path: The root path of the current page (e.g., node, admin, user).
  * - node_type: The content type for the current node, if the page is a node.
  * - head_title: List of text elements that make up the head_title variable.
- *   May contain or more of the following:
+ *   May contain one or more of the following:
  *   - title: The title of the page.
  *   - name: The name of the site.
  *   - slogan: The slogan of the site.
diff --git a/core/themes/stable/templates/layout/html.html.twig b/core/themes/stable/templates/layout/html.html.twig
index 5e4f25e865bb3f206304081f0e1771f0a52f1154..32079e6fa2b6e6c0fe82ba0e6cfc2babc24cbb9a 100644
--- a/core/themes/stable/templates/layout/html.html.twig
+++ b/core/themes/stable/templates/layout/html.html.twig
@@ -8,7 +8,7 @@
  * - root_path: The root path of the current page (e.g., node, admin, user).
  * - node_type: The content type for the current node, if the page is a node.
  * - head_title: List of text elements that make up the head_title variable.
- *   May contain or more of the following:
+ *   May contain one or more of the following:
  *   - title: The title of the page.
  *   - name: The name of the site.
  *   - slogan: The slogan of the site.