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