From 1ec08829d864ec39608d531d025726d94d69912a Mon Sep 17 00:00:00 2001 From: Hugome Date: Wed, 14 Feb 2018 02:47:51 +0900 Subject: [PATCH] fix: Typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f10ecab36..67280382e 100644 --- a/README.md +++ b/README.md @@ -258,13 +258,13 @@ If enabled, user will be automatically logged out if any error happens. (For exa * Default: `true` -If enabled, user will redirect back to the original guarded route instead of `redirects.home`. +If enabled, user will redirect back to the original guarded route instead of `redirect.home`. ### `watchLoggedIn` * Default: `true` -If enabled, user will automatically redirected to `redirects.home` after login/logout. +If enabled, user will automatically redirected to `redirect.home` after login/logout. ### `namespace`