From a5e388f87ed07f63e527e329ac74f2bc416e46c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Pott?= Date: Mon, 22 Mar 2021 11:03:00 +0100 Subject: [PATCH] docs: typo (#834) --- docs/guide/essentials/history-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/essentials/history-mode.md b/docs/guide/essentials/history-mode.md index 5cc9ca5d..8bc513e6 100644 --- a/docs/guide/essentials/history-mode.md +++ b/docs/guide/essentials/history-mode.md @@ -21,7 +21,7 @@ It uses a hash character (`#`) before the actual URL that is internally passed. ## HTML5 Mode -The HTML5 mode is created with `createWebHistory()` and is the recommend mode: +The HTML5 mode is created with `createWebHistory()` and is the recommended mode: ```js import { createRouter, createWebHistory } from 'vue-router' -- 2.39.5