@@ -101,7 +101,7 @@ Name | Type | Description
101101
102102### Optional Parameters
103103
104- You can provide an additional ` commiter ` parameter, which is a hash containing
104+ You can provide an additional ` committer ` parameter, which is a hash containing
105105information about the committer. Or, you can provide an ` author ` parameter, which
106106is a hash containing information about the author.
107107
@@ -112,12 +112,12 @@ user's information is used.
112112You must provide values for both ` name ` and ` email ` , whether you choose to use
113113` author ` or ` committer ` . Otherwise, you'll receive a ` 422 ` status code.
114114
115- Both the ` author ` and ` commiter ` parameters have the same keys:
115+ Both the ` author ` and ` committer ` parameters have the same keys:
116116
117117Name | Type | Description
118118-----|------|--------------
119- ` name ` |` string ` | The name of the author (or commiter ) of the commit
120- ` email ` |` string ` | The email of the author (or commiter ) of the commit
119+ ` name ` |` string ` | The name of the author (or committer ) of the commit
120+ ` email ` |` string ` | The email of the author (or committer ) of the commit
121121
122122### Example Input
123123
@@ -149,7 +149,7 @@ Name | Type | Description
149149
150150### Optional Parameters
151151
152- You can provide an additional ` commiter ` parameter, which is a hash containing
152+ You can provide an additional ` committer ` parameter, which is a hash containing
153153information about the committer. Or, you can provide an ` author ` parameter, which
154154is a hash containing information about the author.
155155
@@ -160,12 +160,12 @@ user's information is used.
160160You must provide values for both ` name ` and ` email ` , whether you choose to use
161161` author ` or ` committer ` . Otherwise, you'll receive a ` 422 ` status code.
162162
163- Both the ` author ` and ` commiter ` parameters have the same keys:
163+ Both the ` author ` and ` committer ` parameters have the same keys:
164164
165165Name | Type | Description
166166-----|------|--------------
167- ` name ` |` string ` | The name of the author (or commiter ) of the commit
168- ` email ` |` string ` | The email of the author (or commiter ) of the commit
167+ ` name ` |` string ` | The name of the author (or committer ) of the commit
168+ ` email ` |` string ` | The email of the author (or committer ) of the commit
169169
170170### Example Input
171171
@@ -198,7 +198,7 @@ Name | Type | Description
198198
199199### Optional Parameters
200200
201- You can provide an additional ` commiter ` parameter, which is a hash containing
201+ You can provide an additional ` committer ` parameter, which is a hash containing
202202information about the committer. Or, you can provide an ` author ` parameter, which
203203is a hash containing information about the author.
204204
@@ -209,12 +209,12 @@ user's information is used.
209209You must provide values for both ` name ` and ` email ` , whether you choose to use
210210` author ` or ` committer ` . Otherwise, you'll receive a ` 422 ` status code.
211211
212- Both the ` author ` and ` commiter ` parameters have the same keys:
212+ Both the ` author ` and ` committer ` parameters have the same keys:
213213
214214Name | Type | Description
215215-----|------|--------------
216- ` name ` |` string ` | The name of the author (or commiter ) of the commit
217- ` email ` |` string ` | The email of the author (or commiter ) of the commit
216+ ` name ` |` string ` | The name of the author (or committer ) of the commit
217+ ` email ` |` string ` | The email of the author (or committer ) of the commit
218218
219219### Example Input
220220
0 commit comments