From 6d514432a16e7d67de5c9359d9551c5d083f1356 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Mon, 21 Jan 2019 08:39:33 +0000 Subject: [PATCH] Typo dashboard (#2477) --- docs/layers/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layers/github.md b/docs/layers/github.md index 9cee42874..3bc7afad3 100644 --- a/docs/layers/github.md +++ b/docs/layers/github.md @@ -51,7 +51,7 @@ func! myspacevim#before() abort let g:gista#client#default_username = 'monkeyxite' endf ``` -Refer [github dashboar](https://github.com/junegunn/vim-github-dashboard), for security concerns you could create a Personal Access Token, export it as an environment variable and use it as a password. +Refer [github dashboard](https://github.com/junegunn/vim-github-dashboard), for security concerns you could create a Personal Access Token, export it as an environment variable and use it as a password. ```shell # in some secure file sourced in your .bashrc, .bash_profile, .zshrc, etc. export GITHUB_TOKEN=""