From a3940b411914c4f022605d3d4a0ba2de5f52d267 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 18 Nov 2020 23:56:30 +0100 Subject: [PATCH] Fix two typos --- docs/forms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/forms.md b/docs/forms.md index 6482f21..3f95a40 100644 --- a/docs/forms.md +++ b/docs/forms.md @@ -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