From 1148b72c7defc4ee9df671046eb0a0aa66f482dd Mon Sep 17 00:00:00 2001 From: Thomas Potaire Date: Fri, 22 May 2020 14:23:59 -0700 Subject: [PATCH] docs: fix a couple of typos in documentation (#69) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These typos jumped in my face so I figured rather than looking past them I'd contribute and fix them. 👍 --- docs/Getting Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Getting Started.md b/docs/Getting Started.md index 21599c0..6f82730 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -20,7 +20,7 @@ A locale dictionary is a regular JSON object which contains message definitions ```jsonc // en.json { - "page_title": "Page titlte", + "page_title": "Page title", "sign_in": "Sign in", "sign_up": "Sign up" } @@ -35,7 +35,7 @@ A locale dictionary is a regular JSON object which contains message definitions #### 2. Adding locale dictionaries -There are two different ways of adding a new dicitonary of messages to a certain locale: +There are two different ways of adding a new dictionary of messages to a certain locale: ##### 2.1 Synchronous