diff options
| author | Petros Amiridis <petros@amiridis.net> | 2011-02-17 22:59:56 +0200 |
|---|---|---|
| committer | Petros Amiridis <petros@amiridis.net> | 2011-02-17 22:59:56 +0200 |
| commit | dfd80d30d37e28a38020a0fd4bb9553e9de9a927 (patch) | |
| tree | c7d178ad6cfad6d11573cb82f6d9868d91597213 | |
| parent | 35109c48fd823a3045937be99e8c2ee74657d58d (diff) | |
fixed a syntax mistake (typo) in pull requests
| -rw-r--r-- | _posts/2010-08-29-pull-requests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2010-08-29-pull-requests.md b/_posts/2010-08-29-pull-requests.md index 6453331..fedbfed 100644 --- a/_posts/2010-08-29-pull-requests.md +++ b/_posts/2010-08-29-pull-requests.md @@ -180,7 +180,7 @@ from there. Any of the following types of activity are captured as they happen: * Additional commits pushed to the pull request's branch. * File and line notes left on any of the commits included in the pull request's range. -Pull request comments are Markdown compatibility, so you can embed images, use +Pull request comments are Markdown compatible, so you can embed images, use preformatted text blocks, and other formatting supported by Markdown. ## Merging a Pull Request |
