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

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Bierfeldt <jbierfeldt@gmail.com>2022-01-27 18:53:40 +0300
committerGitHub <noreply@github.com>2022-01-27 18:53:40 +0300
commit4f78a947003b0c4f30afcb56a105f252717b29d8 (patch)
tree3a30fbed876cdbf25b4cd83fce6950a36333a7df
parentc2697bf131e616934c46d2e3768d9620e03e9337 (diff)
Typo fix (#3481)
* Typo fix * Update general.html
-rw-r--r--docs/documentation/form/general.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation/form/general.html b/docs/documentation/form/general.html
index 7444b71a..f6c0214b 100644
--- a/docs/documentation/form/general.html
+++ b/docs/documentation/form/general.html
@@ -833,7 +833,7 @@ variables_keys:
<div class="content">
<p>
- To maintain the design evenly balanced, Bulma provides a very useful <code>control</code> container with which you can <strong>wrap</strong> the form controls.
+ To maintain an evenly balanced design, Bulma provides a very useful <code>control</code> container with which you can <strong>wrap</strong> the form controls.
<br>
When combining several controls in a <strong>form</strong>, use the <code>field</code> class as a <strong>container</strong>, to keep the spacing consistent.
</p>