docs: fix typo (#84)

This commit is contained in:
Jérôme Pogeant 2020-09-16 21:15:11 +02:00 committed by GitHub
parent 6269ec75f8
commit e2fd7adde8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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