From 2ea8694e133ee0705539615b9dee884280f15258 Mon Sep 17 00:00:00 2001 From: melenaos Date: Sun, 27 Sep 2020 20:24:43 +0300 Subject: [PATCH] Update history-mode.md (#499) createWebHistory wrong spelling --- 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 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' -- 2.39.5