From f9c4673713015cd69d94d1b7befafad0975e72fc Mon Sep 17 00:00:00 2001 From: novacbn <31122674+novacbn@users.noreply.github.com> Date: Mon, 18 May 2020 21:22:10 -0400 Subject: [PATCH] - Updated docs --- src/stores/browser/query_param.ts | 2 +- src/util/shared/event.ts | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/stores/browser/query_param.ts b/src/stores/browser/query_param.ts index 2ba724c..b1aef97 100644 --- a/src/stores/browser/query_param.ts +++ b/src/stores/browser/query_param.ts @@ -37,7 +37,7 @@ function QueryParamOptions(options: Partial = {}): IQueryPar /** * Returns a `Writable` Svelte Store, which binds to a specific query string parameter * - * ```javascript + * ```html *