From: Jonathan Date: Thu, 2 Aug 2018 10:13:19 +0000 (+0200) Subject: Hyphenate client-side/server-side (#27016) X-Git-Tag: v4.2.0~384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=854da5a7c1b099b0856f4ea070befc3fb8819f4e;p=thirdparty%2Fbootstrap.git Hyphenate client-side/server-side (#27016) --- diff --git a/site/docs/4.1/components/forms.md b/site/docs/4.1/components/forms.md index 4f220c1d3a..f0db3f7195 100644 --- a/site/docs/4.1/components/forms.md +++ b/site/docs/4.1/components/forms.md @@ -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 %}