From 25319f36f54bc7cc95ba04731e4dbff10b2cb9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=81akomy?= Date: Tue, 5 Oct 2021 11:49:17 +0200 Subject: [PATCH] Fix a typo in README Thank you for this library! While reading through the README, I noticed a small typo - this PR fixes that --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1edd150..2195517 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ When a domain-specific language that compiles to JavaScript uses JSON as a forma #### Editing forms/JSON -When a form also allows to edit JSON representation of data on the same screen, this module can be used to sinchronise navigation in JSON and in the form. +When a form also allows to edit JSON representation of data on the same screen, this module can be used to synchronise navigation in JSON and in the form. ## Usage