From e2fd7adde80f25ac7f992dbf0ce662ddec154545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pogeant?= Date: Wed, 16 Sep 2020 21:15:11 +0200 Subject: [PATCH] docs: fix typo (#84) --- docs/Formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Formatting.md b/docs/Formatting.md index 55b500b..0421a2e 100644 --- a/docs/Formatting.md +++ b/docs/Formatting.md @@ -81,7 +81,7 @@ If the message id literal value is not in the root of the dicitonary, `.` (dots) ```svelte
{$_('shallow.prop')}
-
{$_('deep.prop')}
+
{$_('deep.property')}
``` ### `$time(number: Date, options: MessageObject)`