Skip to content

Commit de45034

Browse files
authored
docs(store): tauri-docs compatibility
1 parent 50c6b7c commit de45034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/store/guest-js/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ interface IStore {
407407
* Note:
408408
* - This method loads the data and merges it with the current store,
409409
* this behavior will be changed to resetting to default first and then merging with the on-disk state in v3,
410-
* to fully match the store with the on-disk state, set {@linkcode ReloadOptions.ignoreDefaults} to `true`
410+
* to fully match the store with the on-disk state, set {@linkcode ReloadOptions | ignoreDefaults} to `true`
411411
* - This method does not emit change events.
412412
*
413413
* @returns

0 commit comments

Comments
 (0)