Skip to content

Commit

Permalink
Merge pull request square#315 from jschmid/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
JakeWharton committed Aug 27, 2013
2 parents 3cd3654 + ed21288 commit 5fc1e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h3 id="introduction">Introduction</h3>
<pre class="prettyprint">List&lt;Repo> repos = service.listRepos("octocat");</pre>
<p>Use annotations to describe the HTTP request:</p>
<ul>
<li>URL paramater replacement and query parameter support</li>
<li>URL parameter replacement and query parameter support</li>
<li>Object conversion to request body (e.g., JSON, protocol buffers)</li>
<li>Multipart request body and file upload</li>
</ul>
Expand Down

0 comments on commit 5fc1e18

Please sign in to comment.