From 3d2afe9f7bcb19d73aa52ba1c136496fefcf1458 Mon Sep 17 00:00:00 2001 From: Vladimir Jimenez Date: Tue, 18 Apr 2017 12:45:29 -0700 Subject: [PATCH] Fix fenced code block (#2864) --- 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 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