From 7dcebe754406cad7f0ca133a928bd3c8203906c5 Mon Sep 17 00:00:00 2001 From: Nik Sudan Date: Mon, 25 Jun 2018 14:17:02 +0100 Subject: [PATCH] docs: Correct default value for routerMode (#549) This was `history` when it should have been set to `hash`. It also described the correct value in the example, which was misleading. Please makes sure these boxes are checked before submitting your PR, thank you! * [x] Make sure you are merging your commits to `master` branch. * [x] Add some descriptions and refer relative issues for you PR. * [x] DO NOT include files inside `lib` directory. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index ced49e5..768b5ef 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -368,7 +368,7 @@ window.$docsify = { ## routerMode - type: `String` -- default: `history` +- default: `hash` ```js window.$docsify = {