Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
paramater => parameter
  • Loading branch information
jschmid committed Aug 27, 2013
1 parent 3cd3654 commit ed21288
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 ed21288

Please sign in to comment.