Skip to content

Commit

Permalink
docs: fix zh translation errors (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-fe committed Sep 13, 2023
1 parent e102b6a commit ccbdd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/zh/guide/essentials/route-matching-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const routes = [

## Sensitive 与 strict 路由配置

默认情况下,所有路由是不区分大小写的,并且能匹配带有或不带有尾部斜线的路由。例如,路由 `/users` 将匹配 `/users``/users/`、甚至 `/Users/`。这种行为可以通过 `strict``sensitive` 选项来修改,它们可以既可以应用在整个全局路由上,又可以应用于当前路由上:
默认情况下,所有路由是不区分大小写的,并且能匹配带有或不带有尾部斜线的路由。例如,路由 `/users` 将匹配 `/users``/users/`、甚至 `/Users/`。这种行为可以通过 `strict``sensitive` 选项来修改,它们既可以应用在整个全局路由上,又可以应用于当前路由上:

```js
const router = createRouter({
Expand Down

0 comments on commit ccbdd52

Please sign in to comment.