From 5c893592a31cd754a394ae99c529d02dfd2788d9 Mon Sep 17 00:00:00 2001 From: William French Date: Thu, 16 May 2024 14:12:33 -0700 Subject: [PATCH] fix:Changes comment in layout template (#1736) * Changes comment in layout template This change updates the comment in the layout template, which is visible to developers. It changes the word "callback" to "script", which helps us to avoid referencing a nonexistent callback for scenarios that don't use them. * fix: Adds a random commit that is semantic Forgot to put on my semantic hat again today. --- src/_includes/layout.njk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_includes/layout.njk b/src/_includes/layout.njk index a126249ab8..37dd4c037d 100644 --- a/src/_includes/layout.njk +++ b/src/_includes/layout.njk @@ -40,10 +40,10 @@ ({key: "{{GOOGLE_MAPS_API_KEY}}"{% if libraries|length %}, libraries: {{ libraries }}{% endif %}{% if version|length %}, v: "{{ version }}"{% endif %}{% if language|length %}, language: "{{ language }}"{% endif %}{% if region|length %}, region: "{{ region }}"{% endif %}{% if solutionChannel|length %}, solutionChannel: "{{ solutionChannel }}"{% endif %}{% if authReferrerPolicy|length %}, authReferrerPolicy: "{{ authReferrerPolicy }}"{% endif %}}); {% else %}