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 *