From de4503408239e00f53c8f12c57a1abf719f15871 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 25 Aug 2025 20:13:16 +0200 Subject: [PATCH] docs(store): tauri-docs compatibility --- plugins/store/guest-js/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/store/guest-js/index.ts b/plugins/store/guest-js/index.ts index 49853f11e..776894a1b 100644 --- a/plugins/store/guest-js/index.ts +++ b/plugins/store/guest-js/index.ts @@ -407,7 +407,7 @@ interface IStore { * Note: * - This method loads the data and merges it with the current store, * this behavior will be changed to resetting to default first and then merging with the on-disk state in v3, - * to fully match the store with the on-disk state, set {@linkcode ReloadOptions.ignoreDefaults} to `true` + * to fully match the store with the on-disk state, set {@linkcode ReloadOptions | ignoreDefaults} to `true` * - This method does not emit change events. * * @returns