Remove quotation marks around output
diff --git a/common/git-started.md b/common/git-started.md
index 713d383..9f017d6 100644
--- a/common/git-started.md
+++ b/common/git-started.md
@@ -150,7 +150,7 @@
will cherry-pick to a new branch based on the submitter’s name and change ID. If you choose this route the change will be in its own branch and when you are done you can just delete that branch.
- “Switched to a new branch review/yourusername/changenumber”
+ Switched to a new branch review/yourusername/changenumber
Now you can review the change. Follow these guidelines: