diff --git a/docs/en/essentials/navigation.md b/docs/en/essentials/navigation.md index 66bcd6b01..55f7dbb86 100644 --- a/docs/en/essentials/navigation.md +++ b/docs/en/essentials/navigation.md @@ -15,7 +15,7 @@ This is the method called internally when you click a ``, so clicki The argument can be a string path, or a location descriptor object. Examples: ``` js -// literal string +// literal string path router.push('home') // object