From 00a65a98204f19e77374f0a5f1eec46975a89e06 Mon Sep 17 00:00:00 2001 From: Eli Boyarski Date: Sat, 13 Jan 2018 20:27:52 +0200 Subject: [PATCH] README-SSH.md: spelling --- doc/README-SSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README-SSH.md b/doc/README-SSH.md index 6cf813b..440d5c0 100644 --- a/doc/README-SSH.md +++ b/doc/README-SSH.md @@ -53,7 +53,7 @@ Use your SSH public key to access your remote repository (e.g. [GitHub](https:// $ trezor-agent -v -e ed25519 git@github.com | xclip -Use the following Bash alias for convinient Git operations: +Use the following Bash alias for convenient Git operations: $ alias git_hub='trezor-agent -v -e ed25519 git@github.com -- git'