From 5f9513df4d2f75f8a31f7137ba9bc6e1024007c3 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 27 Aug 2017 00:17:38 +0100 Subject: [PATCH] Fix typo --- common-flow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-flow.md b/common-flow.md index d104aab..0e8a508 100644 --- a/common-flow.md +++ b/common-flow.md @@ -241,8 +241,8 @@ FAQ ### Why use Common-Flow instead of Git Flow, and how does it differ? Common-Flow tries to be a lot less complicated than Git Flow by having fewer -types of branches, and simpler rules. Normal day to development doesn't really -change much: +types of branches, and simpler rules. Normal day to day development doesn't +really change much: - You create change branches instead of feature branches, without the need of a "feature/" or "change/" prefix in the branch name.