From 0898d37578ffecb3145f214a3d5a1623fad06678 Mon Sep 17 00:00:00 2001 From: David Lloyd Date: Sun, 24 Dec 2017 12:36:30 -0500 Subject: [PATCH] `default` not `defult [sic]` Typo! --- src/config/vue_impersonate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/vue_impersonate.php b/src/config/vue_impersonate.php index 638177c..d830e75 100644 --- a/src/config/vue_impersonate.php +++ b/src/config/vue_impersonate.php @@ -19,7 +19,7 @@ /* |-------------------------------------------------------------------------- | If you want to use a custom route to return the user list, place the url - | here and we'll use it instead. defult (null) + | here and we'll use it instead. default (null) |-------------------------------------------------------------------------- */ @@ -34,4 +34,4 @@ 'custom_directive' => 'vue-impersonate', -]; \ No newline at end of file +];