Skip to content

Commit a76a0ce

Browse files
committed
docs: [zh-cn] fix typo
1 parent c3fdd5c commit a76a0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/api/properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
- **`html5`**: 使用 HTML5 history API ,监听 `popstate` 事件。支持 [`saveScrollPosition`](../options.html#savescrollposition) .
1818

19-
- **`hash`**: 使用 `location.hash` ,监听 `hashchange` 事件。如果创建路由器时声明 `history: true` ,则在不支持 hitory 模式的路由器下会退化为 hash 模式。
19+
- **`hash`**: 使用 `location.hash` ,监听 `hashchange` 事件。如果创建路由器时声明 `history: true` ,则在不支持 history 模式的路由器下会退化为 hash 模式。
2020

2121
- **`abstract`**: 不监听任何事件。如果没有 `window` 对象(例如非浏览器环境),则会自动退化到此模式。

0 commit comments

Comments
 (0)