From: Jérôme Pott Date: Mon, 22 Mar 2021 10:03:00 +0000 (+0100) Subject: docs: typo (#834) X-Git-Tag: v4.0.6~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5e388f87ed07f63e527e329ac74f2bc416e46c1;p=thirdparty%2Fvuejs%2Frouter.git docs: typo (#834) --- 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'