From ab0d60b5282c078dd7f8ef71459f5071b427deda Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 26 Sep 2017 00:16:04 +0800 Subject: [PATCH] Update set_up_dev.md (#4708) --- opensource/kitematic/set_up_dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensource/kitematic/set_up_dev.md b/opensource/kitematic/set_up_dev.md index 0c35896fcd..ba0c4d8c12 100644 --- a/opensource/kitematic/set_up_dev.md +++ b/opensource/kitematic/set_up_dev.md @@ -77,7 +77,7 @@ To fork the master branch of Kitematic: 3. Copy your fork's clone URL from GitHub. - GitHub allows you to use HTTPS or SSH protocols for clones. You can use the `git` command line or clients like Subversion to clone a repository. This guide assume you are using the HTTPS protocol and the `git` command line. If you are comfortable with SSH and some other tool, feel free to use that instead. You'll need to convert what you see in the guide to what is appropriate to your tool. + GitHub allows you to use HTTPS or SSH protocols for clones. You can use the `git` command line or clients like Subversion to clone a repository. This guide assumes you are using the HTTPS protocol and the `git` command line. If you are comfortable with SSH and some other tool, feel free to use that instead. You'll need to convert what you see in the guide to what is appropriate to your tool. ## Clone your repository locally and create a branch