Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2275)

Unified Diff: docs/git_tips.md

Issue 2786413004: Fix typos in git_tips.md doc. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/git_tips.md
diff --git a/docs/git_tips.md b/docs/git_tips.md
index 9576c4bc4bf44d403922739525c37f1335f5a0bd..7bb9ffa2ceb196809f7abfd1139c3a6d81319efe 100644
--- a/docs/git_tips.md
+++ b/docs/git_tips.md
@@ -18,13 +18,13 @@ Various git commands have underlying executable with a hyphenated name, such as
The following resources can provide background on how Git works:
* [Git-SVN Crash Course](http://git-scm.com/course/svn.html) -- this crash
- course is useful for Subversion users witching to Git.
+ course is useful for Subversion users switching to Git.
* [Think Like (a) Git](http://think-like-a-git.net/) -- does a great job of
explaining the main purpose of Git operations.
* [Git User's Manual](http://schacon.github.com/git/user-manual.html) -- a
great resource to learn more about ho to use Git properly.
* [A Visual Git Reference](http://marklodato.github.com/visual-git-guide/index-en.html)
- -- a resource that explains various Git operations for visual reasons.
+ -- a resource that explains various Git operations for visual learners.
* [Git Cheat Sheet](http://cheat.errtheblog.com/s/git) -- now that you
understand Git, here's a cheat sheet to quickly remind you of all the
commands you need.
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698