docs: rename keys name of getMetas() to be proper (#2105)

This commit is contained in:
Patryk Kuniczak
2026-02-09 22:28:49 +01:00
committed by GitHub
parent 22428da54d
commit cc849e7cea
+2 -2
View File
@@ -708,7 +708,7 @@ export interface WxtStorage {
/**
* Get the metadata of multiple storage items.
*
* @param items List of keys or items to get the metadata of.
* @param keys List of keys or items to get the metadata of.
* @returns An array containing storage keys and their metadata.
*/
getMetas(
@@ -755,7 +755,7 @@ export interface WxtStorage {
/**
* Set the metadata of multiple storage items.
*
* @param items List of storage keys or items and metadata to set for each.
* @param metas List of storage keys or items and metadata to set for each.
*/
setMetas(
metas: Array<