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