From: melenaos Date: Sun, 27 Sep 2020 17:24:43 +0000 (+0300) Subject: Update history-mode.md (#499) X-Git-Tag: v4.0.0-beta.13~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea8694e133ee0705539615b9dee884280f15258;p=thirdparty%2Fvuejs%2Frouter.git Update history-mode.md (#499) createWebHistory wrong spelling --- diff --git a/docs/guide/essentials/history-mode.md b/docs/guide/essentials/history-mode.md index d1c4594b..6411f564 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 `cerateWebHistory()` and is the recommend mode: +The HTML5 mode is created with `createWebHistory()` and is the recommend mode: ```js import { createRouter, createWebHistory } from 'vue-router'