diff --git a/docs/en/api/replace.md b/docs/en/api/replace.md index ea418283d..449214911 100644 --- a/docs/en/api/replace.md +++ b/docs/en/api/replace.md @@ -6,4 +6,4 @@ Similar to `router.go(path)`, but doesn't create a new record in browser history - `path: String` - The path must be a plain path (i.e. no dynamic segments or star segments). The path doesn't start with `/`, it will be resolved relative to the current active path. + The path must be a plain path (i.e. no dynamic segments or star segments). If the path doesn't start with `/`, it will be resolved relative to the current active path.