Skip to content

Commit 96092cb

Browse files
author
Rafal Chmiel
committed
Merge pull request tiimgreen#82 from justmarkham/typos
fix minor typos
2 parents 9f010ab + 0d1d426 commit 96092cb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
3636
- [Rendering Tabular Data](#rendering-tabular-data)
3737
- [Revert a Pull Request](#revert-a-pull-request)
3838
- [Diffs](#diffs)
39-
- [Rendered prose Diffs](#rendered-prose-diffs)
39+
- [Rendered Prose Diffs](#rendered-prose-diffs)
4040
- [Diffable Maps](#diffable-maps)
4141
- [Expanding Context in Diffs](#expanding-context-in-diffs)
4242
- [Diff or Patch of Pull Request](#diff-or-patch-of-pull-request)
@@ -300,7 +300,7 @@ GitHub uses [Linguist](https://github.com/github/linguist) to perform language d
300300
[*Read more about GitHub Flavored Markdown.*](https://help.github.com/articles/github-flavored-markdown)
301301

302302
### Emojis
303-
Emojis can added to on Pull Requests, Issues, commit messages, Markdown files, etc. using `:name_of_emoji:`:
303+
Emojis can be added to Pull Requests, Issues, commit messages, Markdown files, etc. using `:name_of_emoji:`:
304304

305305
```
306306
:smile:
@@ -350,7 +350,7 @@ When on a comment thread and you want to quote something someone previously said
350350
[*Read more about quick quoting.*](https://github.com/blog/1399-quick-quotes)
351351

352352
### Quick Licensing
353-
When creating a repository GitHub gives you the options of adding in a pre-made license:
353+
When creating a repository, GitHub gives you the option of adding in a pre-made license:
354354

355355
![License](http://i.imgur.com/Chqj4Fg.png)
356356

@@ -452,11 +452,11 @@ You can revert it by clicking the **Revert** button on the right side of a commi
452452

453453
![Revert button](https://camo.githubusercontent.com/0d3350caf2bb1cba53123ffeafc00ca702b1b164/68747470733a2f2f6769746875622d696d616765732e73332e616d617a6f6e6177732e636f6d2f68656c702f70756c6c5f72657175657374732f7265766572742d70756c6c2d726571756573742d6c696e6b2e706e67)
454454

455-
[*Read more about Revert pull request](https://github.com/blog/1857-introducing-the-revert-button)
455+
[*Read more about reverting pull requests*](https://github.com/blog/1857-introducing-the-revert-button)
456456

457457
### Diffs
458458
#### Rendered Prose Diffs
459-
Commits and pull requests including rendered documents supported by GitHub (e.g. Markdown) feature *source* and *rendered* views.
459+
Commits and pull requests, including rendered documents supported by GitHub (e.g. Markdown), feature *source* and *rendered* views.
460460

461461
![Source / Rendered view](https://github-images.s3.amazonaws.com/help/repository/rendered_prose_diff.png)
462462

@@ -551,7 +551,7 @@ Adding a `CONTRIBUTING` file to the root of your repository will add a link to y
551551
| GitHub Explore | https://github.com/explore |
552552
| GitHub Blog | https://github.com/blog |
553553
| GitHub Help | https://help.github.com/ |
554-
| GitHub Training | http://training.github.com/ |
554+
| GitHub Training | https://training.github.com/ |
555555
| GitHub Developer | https://developer.github.com/ |
556556

557557
#### GitHub Talks
@@ -859,7 +859,7 @@ $ git config --global color.ui 1
859859
| Everyday Git | http://git-scm.com/docs/everyday |
860860
| Git Immersion | http://gitimmersion.com/ |
861861
| Ry's Git Tutorial | http://rypress.com/tutorials/git/index.html |
862-
| Git for Designer | http://hoth.entp.com/output/git_for_designers.html |
862+
| Git for Designers | http://hoth.entp.com/output/git_for_designers.html |
863863
| Git for Computer Scientists | http://eagain.net/articles/git-for-computer-scientists/ |
864864
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
865865
| GitHub Training Kit | http://training.github.com/kit |

0 commit comments

Comments
 (0)