diff --git a/opensource/kitematic/set_up_dev.md b/opensource/kitematic/set_up_dev.md index 0ac8fb75fe..0c35896fcd 100644 --- a/opensource/kitematic/set_up_dev.md +++ b/opensource/kitematic/set_up_dev.md @@ -99,7 +99,7 @@ To clone your repository and create a branch for the issue: $ git clone https://github.com/YOUR_USERNAME/kitematic.git ``` -4. Create and checkout a branch for the issue you will be working on. +4. Create and checkout a branch for the issue you will be working on. ``` $ git checkout -b 1191-branch