From 9e9a6a8f56bbe94798550789d5e4d114089c0d55 Mon Sep 17 00:00:00 2001 From: Raghuram Devarakonda Date: Sun, 22 Mar 2015 11:22:47 -0400 Subject: [PATCH] Fix typo in git setup doc. Signed-off-by: Raghuram Devarakonda Upstream-commit: f5c60fc0fd4e0daa068134ab9a887f69c797bae7 Component: engine --- components/engine/docs/sources/project/set-up-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/project/set-up-git.md b/components/engine/docs/sources/project/set-up-git.md index ba42c81006..2292d93b3c 100644 --- a/components/engine/docs/sources/project/set-up-git.md +++ b/components/engine/docs/sources/project/set-up-git.md @@ -138,7 +138,7 @@ As you change code in your fork, you make your changes on a repository branch. The branch name should reflect what you are working on. In this section, you create a branch, make a change, and push it up to your fork. -This branch is just for testing your config for this guide. The changes arepart +This branch is just for testing your config for this guide. The changes are part of a dry run so the branch name is going to be dry-run-test. To create an push the branch to your fork on GitHub: