From 24cc552343c817b0d13201639c635a778d55da09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 26 Mar 2024 16:25:27 +0100 Subject: [PATCH] Fix typo in `site/assets/js/snippets.js` comments (#39840) --- site/assets/js/snippets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/assets/js/snippets.js b/site/assets/js/snippets.js index 3fce5e437f..82e11c3454 100644 --- a/site/assets/js/snippets.js +++ b/site/assets/js/snippets.js @@ -5,7 +5,7 @@ * For details, see https://creativecommons.org/licenses/by/3.0/. */ -// Note that this file is not published; we only include it in scrpts.html +// Note that this file is not published; we only include it in scripts.html // for StackBlitz to work /* eslint-disable import/no-unresolved */