Navigation Menu

Skip to content

Commit

Permalink
Fixed small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sjnorth committed Mar 31, 2016
1 parent 20fc630 commit cfe9f27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -195,8 +195,8 @@ hoodie.request(options)
<th align="left">options.data</th>
<td>Object, Array, String or Number</td>
<td>
For <code>PUT</code> and <code>POST</code> requests, a an optional payload
can be send. It will be stringified before sending the request.
For <code>PUT</code> and <code>POST</code> requests, an optional payload
can be sent. It will be stringified before sending the request.
</td>
<td>No</td>
</tr>
Expand All @@ -212,8 +212,8 @@ hoodie.request(options)
<th align="left">options.data</th>
<td>Object, Array, String or Number</td>
<td>
For <code>PUT</code> and <code>POST</code> requests, a an optional payload
can be send. It will be stringified before sending the request.
For <code>PUT</code> and <code>POST</code> requests, an optional payload
can be sent. It will be stringified before sending the request.
</td>
<td>No</td>
</tr>
Expand Down

0 comments on commit cfe9f27

Please sign in to comment.