From 75227ba11b2f4c329cd053308afb5649dc434a4f Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Mon, 3 Feb 2020 22:55:37 -0300 Subject: [PATCH] Update Methods.md --- docs/Methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Methods.md b/docs/Methods.md index 93f12ab..2366580 100644 --- a/docs/Methods.md +++ b/docs/Methods.md @@ -167,7 +167,7 @@ init({ > `import { getLocaleFromHash } from 'svelte-i18n' -`getLocaleFromHash(): string` +`getLocaleFromHash(hashKey: string): string` Utility method to help getting a initial locale based on a hash `{key}={value}` string.