]> rtime.felk.cvut.cz Git - hubacji1/oneflow.git/commitdiff
Fix typo
authorJiri Hubacek <hubacji1@fel.cvut.cz>
Fri, 12 Oct 2018 11:11:40 +0000 (13:11 +0200)
committerJiri Hubacek <hubacji1@fel.cvut.cz>
Fri, 12 Oct 2018 11:11:40 +0000 (13:11 +0200)
branching.md

index 3806a5079db91abf4f58cb674ac48ecf891a872c..2d0f34348dc5586782354e430127be3362765b02 100644 (file)
@@ -2,7 +2,7 @@
 It's not a good idea to multitask when working. However, some projects just
 need it. The reason can be multiple features you are developing in parallel or
 more than one guy working on the project. To keep track of different changes
-that are realated the concept of branches was introduced.
+that are related, the concept of branches was introduced.
 
 Branch is just alternative history that can be merged one day back to the main
 history. The main history branch is named `master` by default.