Skip to content

Commit

Permalink
docs: Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 authored Jan 5, 2025
1 parent ef24358 commit 654a54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ export interface WxtStorage {
/**
* Define a storage item with a default value, type, or versioning.
*
* Read full docs: https://wxt.dev/guide/extension-apis/storage.html#defining-storage-items
* Read full docs: https://wxt.dev/storage.html#defining-storage-items
*/
defineItem<TValue, TMetadata extends Record<string, unknown> = {}>(
key: StorageItemKey,
Expand Down

0 comments on commit 654a54a

Please sign in to comment.