Skip to content

Commit b324ad2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import type { Json } from '@metamask/utils';
99
* @property value - The value to set the state to.
1010
* @property encrypted - Whether to use the separate encrypted state, or the
1111
* unencrypted state. Defaults to the encrypted state. Encrypted state can only
12-
* be used if the extension is unlocked, while unencrypted state can be used
13-
* whether the extension is locked or unlocked.
12+
* be used if the client is unlocked, while unencrypted state can be used
13+
* whether the client is locked or unlocked.
1414
*/
1515
export type SetStateParams = {
1616
key?: string;

0 commit comments

Comments
 (0)