From 3f8220ed5349be2516012c473b1c135a400534c0 Mon Sep 17 00:00:00 2001
From: Lauri Eskola <lauri.eskola@acquia.com>
Date: Fri, 6 Nov 2020 12:31:05 +0200
Subject: [PATCH] Issue #3180726 by markdorison, walangitan: Missing
 punctuation in Olivero's html.html.twig @file documentation

---
 core/themes/olivero/templates/layout/html.html.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/themes/olivero/templates/layout/html.html.twig b/core/themes/olivero/templates/layout/html.html.twig
index 723fb526c3d5..a2de884d4e6b 100644
--- a/core/themes/olivero/templates/layout/html.html.twig
+++ b/core/themes/olivero/templates/layout/html.html.twig
@@ -19,7 +19,7 @@
  * - db_offline: A flag indicating if the database is offline.
  * - placeholder_token: The token for generating head, css, js and js-bottom
  *   placeholders.
- * - olivero_path: Returns the path to an Olivero theme
+ * - olivero_path: Returns the path to an Olivero theme.
  *
  * @see template_preprocess_html()
  */
-- 
GitLab