docs: fix a couple of typos in documentation (#69)

These typos jumped in my face so I figured rather than looking past them I'd contribute and fix them. 👍
This commit is contained in:
Thomas Potaire 2020-05-22 14:23:59 -07:00 committed by GitHub
parent 58a179b599
commit 1148b72c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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