Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(docs): minor spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Jan 20, 2015
1 parent 57ecba8 commit 33ad1ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api.md
Expand Up @@ -64,7 +64,7 @@ The currently-defined error responses are:

### GET /v1/client/:id

This endpoint is for the fxa-content-server to retreive information
This endpoint is for the fxa-content-server to retrieve information
about a client to show in its user interface.

#### Request Parameters
Expand Down Expand Up @@ -225,7 +225,7 @@ curl -v \

#### Response

A valid reponse will have a 200 status code and empty object `{}`.
A valid response will have a 200 status code and empty object `{}`.

### DELETE /v1/client/:id

Expand All @@ -246,7 +246,7 @@ curl -v \

#### Response

A valid reponse will have a 204 response code and an empty body.
A valid response will have a 204 response code and an empty body.

### GET /v1/authorization

Expand Down

0 comments on commit 33ad1ec

Please sign in to comment.