Skip to content

Commit b5ac14e

Browse files
Update packages/snaps-sdk/src/types/methods/get-state.ts
Co-authored-by: Frederik Bolding <[email protected]>
1 parent 549142a commit b5ac14e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/snaps-sdk/src/types/methods/get-state.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import type { Json } from '@metamask/utils';
88
* `a.b.c`, with the exception of array syntax.
99
* @property encrypted - Whether to use the separate encrypted state, or the
1010
* unencrypted state. Defaults to the encrypted state. Encrypted state can only
11-
* be used if the extension is unlocked, while unencrypted state can be used
12-
* whether the extension is locked or unlocked.
11+
* be used if the client is unlocked, while unencrypted state can be used
12+
* whether the client is locked or unlocked.
1313
*/
1414
export type GetStateParams = {
1515
key?: string;

0 commit comments

Comments
 (0)