Skip to content

Commit 001f9a5

Browse files
committed
Merge pull request #92 from pborreli/typos
Fixed typos
2 parents 1ab12b3 + 741e625 commit 001f9a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ See the `doc` directory for more detailed documentation.
102102
### Contributors
103103

104104
- Thanks to [Thibault Duplessis aka. ornicar](http://github.com/ornicar) for his first version of this library.
105-
- Thanks to [Joseph Bielawski aka. stloyed](http://github.com/stloyd) for his contributions and support.
105+
- Thanks to [Joseph Bielawski aka. stloyd](http://github.com/stloyd) for his contributions and support.
106106
- Thanks to [noloh](http://github.com/noloh) for his contribution on the Object API.
107107
- Thanks to [bshaffer](http://github.com/bshaffer) for his contribution on the Repo API.
108108
- Thanks to [Rolf van de Krol](http://github.com/rolfvandekrol) for his countless contributions.

lib/Github/HttpClient/HttpClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function post($path, $body = null, array $headers = array());
3737
* Send a PATCH request
3838
*
3939
* @param string $path Request path
40-
* @param mixed $body Reuqest body
40+
* @param mixed $body Request body
4141
* @param array $headers Reconfigure the request headers for this call only
4242
*
4343
* @internal param array $parameters Request body

0 commit comments

Comments
 (0)