Skip to content

Commit

Permalink
docs: Delete wrong word (umijs#8299)
Browse files Browse the repository at this point in the history
  • Loading branch information
dark9wesley authored Jun 29, 2022
1 parent 57010a2 commit 506fc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const history = createBrowserHistory({

`createHashHistory` 返回一个 `HashHistory` 实例。`window` 默认为当前 `document``defaultView`

`HashHistory``BrowserHistory` 的主要区别在于,`HashHistory` 将当前位置存储在 URL 的哈希部分中,这意味着它在路由切换时不会发送请求到服务器。如果您将站点托管在您无法完全控制服务器误上,或者在只提供同单页面的 Electron 应用程序中,推荐使用 `HashHistory`
`HashHistory``BrowserHistory` 的主要区别在于,`HashHistory` 将当前位置存储在 URL 的哈希部分中,这意味着它在路由切换时不会发送请求到服务器。如果您将站点托管在您无法完全控制服务器上,或者在只提供同单页面的 Electron 应用程序中,推荐使用 `HashHistory`

使用范例:
```ts
Expand Down

0 comments on commit 506fc49

Please sign in to comment.