diff options
| author | Jonathan <[email protected]> | 2018-08-02 12:13:19 +0200 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2018-08-02 11:13:19 +0100 |
| commit | 854da5a7c1b099b0856f4ea070befc3fb8819f4e (patch) | |
| tree | a0c5dad5d3f45bcf7fa17320176d63da4d66d36e /site/docs | |
| parent | c5bb4dc5d11dc592d2bc812638f640ef87f3d07d (diff) | |
| download | bootstrap-854da5a7c1b099b0856f4ea070befc3fb8819f4e.tar.xz bootstrap-854da5a7c1b099b0856f4ea070befc3fb8819f4e.zip | |
Hyphenate client-side/server-side (#27016)
Diffstat (limited to 'site/docs')
| -rw-r--r-- | site/docs/4.1/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/components/forms.md b/site/docs/4.1/components/forms.md index 4f220c1d3..f0db3f719 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 %} <form> |
