Skip to content

Commit 844fd3b

Browse files
feat: renamed Storage.cookie static property
1 parent e50d2c4 commit 844fd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/Storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ export class Storage
8282
/**
8383
* Reference to the {@link Cookie} utility.
8484
*/
85-
static Cookie = Cookie
85+
static cookie = Cookie
8686
}

0 commit comments

Comments
 (0)