Skip to content

Commit 9ceb3a6

Browse files
committed
Typo correction
`uerData` -> `userData`
1 parent ce97fce commit 9ceb3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
`cookie`的最大大约为`4096`字节,为了兼容性,一般不能超过`4095`字节。
2626

27-
IE 提供了一种存储可以持久化用户数据,叫做`uerData`,从`IE5.0`就开始支持。每个数据最多128K,每个域名下最多1M。这个持久化数据放在缓存中,如果缓存没有清理,那么会一直存在。
27+
IE 提供了一种存储可以持久化用户数据,叫做`userdata`,从`IE5.0`就开始支持。每个数据最多128K,每个域名下最多1M。这个持久化数据放在缓存中,如果缓存没有清理,那么会一直存在。
2828

2929

3030
###优点:极高的扩展性和可用性

0 commit comments

Comments
 (0)