]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
Update history-mode.md (#499)
authormelenaos <menelaosvergis@gmail.com>
Sun, 27 Sep 2020 17:24:43 +0000 (20:24 +0300)
committerGitHub <noreply@github.com>
Sun, 27 Sep 2020 17:24:43 +0000 (19:24 +0200)
createWebHistory wrong spelling

docs/guide/essentials/history-mode.md

index d1c4594bb37c94f04104a0592444f67f89b19b62..6411f564a3daa43dc254a6eda1c34a74a04e62a7 100644 (file)
@@ -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'