aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.2/components/forms.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-10 22:25:51 +0200
committerXhmikosR <[email protected]>2019-02-11 08:54:17 +0200
commitbbf8b768ef97127b66165ed24496ae6429189a72 (patch)
treed8a55e7afecfbc950e28736f7775bf0247d929c1 /site/docs/4.2/components/forms.md
parent7a9a8db7b1772fab450ce1cb45b1b31bc3147f82 (diff)
downloadbootstrap-bbf8b768ef97127b66165ed24496ae6429189a72.tar.xz
bootstrap-bbf8b768ef97127b66165ed24496ae6429189a72.zip
Cosmetic changes in snippets.
Diffstat (limited to 'site/docs/4.2/components/forms.md')
-rw-r--r--site/docs/4.2/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/components/forms.md b/site/docs/4.2/components/forms.md
index ffe1b107f..94a868fad 100644
--- a/site/docs/4.2/components/forms.md
+++ b/site/docs/4.2/components/forms.md
@@ -115,7 +115,7 @@ Set heights using classes like `.form-control-lg` and `.form-control-sm`.
Add the `readonly` boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear lighter (just like disabled inputs), but retain the standard cursor.
{% capture example %}
-<input class="form-control" type="text" placeholder="Readonly input here…" readonly>
+<input class="form-control" type="text" placeholder="Readonly input here..." readonly>
{% endcapture %}
{% include example.html content=example %}