From ab359e0f5b4d88dd7d773d0cb46f0163a61f5831 Mon Sep 17 00:00:00 2001 From: Aleksander <58629082+Opinion@users.noreply.github.com> Date: Mon, 9 Dec 2019 00:24:08 +0100 Subject: [PATCH] Fix spelling of programmatically Reference; https://en.wiktionary.org/wiki/programatically -> https://en.wiktionary.org/wiki/programmatically --- docs/guide/essentials/named-routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/essentials/named-routes.md b/docs/guide/essentials/named-routes.md index 297457c52..2268f1425 100644 --- a/docs/guide/essentials/named-routes.md +++ b/docs/guide/essentials/named-routes.md @@ -20,7 +20,7 @@ To link to a named route, you can pass an object to the `router-link` component' User ``` -This is the exact same object used programatically with `router.push()`: +This is the exact same object used programmatically with `router.push()`: ``` js router.push({ name: 'user', params: { userId: 123 }})