diff --git a/docs/en/essentials/navigation.md b/docs/en/essentials/navigation.md index d0e5af926..f34f1945c 100644 --- a/docs/en/essentials/navigation.md +++ b/docs/en/essentials/navigation.md @@ -30,7 +30,7 @@ router.push({ path: 'register', query: { plan: 'private' }}) #### `router.replace(location)` -It acts like `router.go`, the only difference is that it navigates without pushing a new history entry, as its name suggests - it replaces the current entry. +It acts like `router.push`, the only difference is that it navigates without pushing a new history entry, as its name suggests - it replaces the current entry. | Declarative | Programmatic | |-------------|--------------|