mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 09:59:58 +01:00
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:
parent
58a179b599
commit
1148b72c7d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user