Merge pull request #520 from pstuifzand/spelling

Fix two typos in forms docs
This commit is contained in:
Federico Terzi 2020-11-20 20:52:29 +01:00 committed by GitHub
commit f03834850a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ title: Forms
layout: docs
---
Since version 0.7.0, espanso is capable of creating arbirarly complex input forms:
Since version 0.7.0, espanso is capable of creating arbitrarily complex input forms:
![Espanso Form](/assets/images/macform.png)
@ -212,7 +212,7 @@ If you want to use other Controls in a form specified using the above (verbose)
```
{% endraw %}
Note that **the `fields` parameter content is specified as the `form_fields` parameter explaned above**.
Note that **the `fields` parameter content is specified as the `form_fields` parameter explained above**.
### macOS remarks