Corrected spelling of “Additionally”.
## Setting Up Validation
-To enable validation with Abide, add the `data-abide` attribute to your `form` element. Then add the `required` attribute to each input that you want to require. Additionaly, you can define a `pattern` to define restraints on what users can input.
+To enable validation with Abide, add the `data-abide` attribute to your `form` element. Then add the `required` attribute to each input that you want to require. Additionally, you can define a `pattern` to define restraints on what users can input.
{{> examples_abide_basic_rendered}}
{{> examples_abide_javascript_options}}
***
-
-