Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Wrobel <marc.wrobel@gmail.com>2022-07-18 10:30:35 +0300
committerMark Otto <otto@github.com>2022-07-18 23:30:41 +0300
commiteae51cdf324e72049c5dfd9d24e2ac5eb227f82b (patch)
tree4824269d6a7546185bb584fe280123db5430710d /site/layouts
parent705d6857ad262c0f1e8e85645a7a0df7b1e14d84 (diff)
Fix various small typos in documentation (#36762)
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/shortcodes/example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/shortcodes/example.html b/site/layouts/shortcodes/example.html
index 3cbbd9fca9..c6dcddbe0d 100644
--- a/site/layouts/shortcodes/example.html
+++ b/site/layouts/shortcodes/example.html
@@ -7,7 +7,7 @@
* lang: language used to display the code - default: "html"
* show_markup: if the markup should be output in the HTML - default: `true`
* show_preview: if the preview should be output in the HTML - default: `true`
- * stackblitz_add_js: if extra JS snippet shoud le added to StackBlitz - default: `false`
+ * stackblitz_add_js: if extra JS snippet should be added to StackBlitz - default: `false`
*/ -}}
{{- $id := .Get "id" -}}