]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: typo (#834)
authorJérôme Pott <jeromepott@hotmail.com>
Mon, 22 Mar 2021 10:03:00 +0000 (11:03 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Mar 2021 10:03:00 +0000 (11:03 +0100)
docs/guide/essentials/history-mode.md

index 5cc9ca5dbeb33fa2e6bd363b01bb34d6f9c3b7a7..8bc513e66a74c7943e9e2d122bf741a6bfc3d14e 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 `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'