]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Hyphenate client-side/server-side (#27016)
authorJonathan <vanillajonathan@users.noreply.github.com>
Thu, 2 Aug 2018 10:13:19 +0000 (12:13 +0200)
committerPatrick H. Lauke <redux@splintered.co.uk>
Thu, 2 Aug 2018 10:13:19 +0000 (11:13 +0100)
site/docs/4.1/components/forms.md

index 4f220c1d3add5327dba3e65e1a0d4b61fa9f0d65..f0db3f7195b4585efbaecf50f6222fbeb27de9cc 100644 (file)
@@ -917,7 +917,7 @@ While these feedback styles cannot be styled with CSS, you can still customize t
 
 ### Server side
 
-We recommend using client side validation, but in case you require server side, you can indicate invalid and valid form fields with `.is-invalid` and `.is-valid`. Note that `.invalid-feedback` is also supported with these classes.
+We recommend using client-side validation, but in case you require server-side validation, you can indicate invalid and valid form fields with `.is-invalid` and `.is-valid`. Note that `.invalid-feedback` is also supported with these classes.
 
 {% capture example %}
 <form>