fix: Small typo fix (no-changelog) (#8876)

This commit is contained in:
guangwu 2024-05-15 18:00:44 +08:00 committed by GitHub
parent ed22dcd88a
commit 9e866591e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,7 @@ return item;`,
)?.toString('base64');
}
}
// Retrun Data
// Return Data
return item.binary;
},
setBinaryDataAsync: async (data: IBinaryKeyData) => {