]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: fix typo (#2265)
authorMicha Huhn <michahuhn1@gmx.de>
Tue, 11 Jun 2024 12:43:47 +0000 (14:43 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 12:43:47 +0000 (14:43 +0200)
packages/docs/guide/advanced/composition-api.md

index 3a4fc64aa8d58192210d2f300548200a06f60154..26e84d1d8f1367acbf007c297e347863f70ef677 100644 (file)
@@ -50,7 +50,7 @@ watch(
 </script>
 ```
 
-Note we still have access to `$router` and `$route` in templates, so there's no need to use `useRouter` or `useRoute` if we only need those object in the template.
+Note we still have access to `$router` and `$route` in templates, so there's no need to use `useRouter` or `useRoute` if we only need those objects in the template.
 
 ## Navigation Guards