mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 09:59:58 +01:00
docs: fix typo (#84)
This commit is contained in:
parent
6269ec75f8
commit
e2fd7adde8
@ -81,7 +81,7 @@ If the message id literal value is not in the root of the dicitonary, `.` (dots)
|
||||
|
||||
```svelte
|
||||
<div>{$_('shallow.prop')}</div> <!-- Shallow property -->
|
||||
<div>{$_('deep.prop')}</div> <!-- Deep property -->
|
||||
<div>{$_('deep.property')}</div> <!-- Deep property -->
|
||||
```
|
||||
|
||||
### `$time(number: Date, options: MessageObject)`
|
||||
|
Loading…
Reference in New Issue
Block a user