diff options
| author | Julien Déramond <[email protected]> | 2024-03-26 16:25:27 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-26 17:25:27 +0200 |
| commit | 24cc552343c817b0d13201639c635a778d55da09 (patch) | |
| tree | 8fb0b969d5f58fede81d7b6276452f5d210d7564 | |
| parent | cd0484713c3239dbed88359d96b10a2c06d90891 (diff) | |
| download | bootstrap-24cc552343c817b0d13201639c635a778d55da09.tar.xz bootstrap-24cc552343c817b0d13201639c635a778d55da09.zip | |
Fix typo in `site/assets/js/snippets.js` comments (#39840)
| -rw-r--r-- | site/assets/js/snippets.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/js/snippets.js b/site/assets/js/snippets.js index 3fce5e437..82e11c345 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 */ |
