diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ddfcfcc18cefdce73f8134b2751415580b46ea28..f02a4632650015382958b90b9aff3f6b14e0142d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,7 +54,8 @@ include:
 #
 # Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/main/includes/include.drupalci.variables.yml
 ################
-# variables:
+variables:
+  _CSPELL_WORDS: 'snapshotted'
 #   SKIP_ESLINT: '1'
 #   OPT_IN_TEST_NEXT_MAJOR: '1'
 #   _CURL_TEMPLATES_REF: 'main'
diff --git a/config/schema/config_snapshot.schema.yml b/config/schema/config_snapshot.schema.yml
index 857844190b88bdbaaf03fc9f2a32d40ccf22c23f..178a3db1ac54fb45c7b4ec372190cb063d657a99 100644
--- a/config/schema/config_snapshot.schema.yml
+++ b/config/schema/config_snapshot.schema.yml
@@ -27,7 +27,7 @@ config_snapshot.snapshot.*:
           name:
             type: text
             label: 'Name'
-          # We have arbitrary config data here that has been snaphotted. We
+          # We have arbitrary config data here that has been snapshotted. We
           # can't give it a better type.
           data:
             type: ignore