diff options
| author | David Precious <davidp@preshweb.co.uk> | 2011-06-20 12:37:01 +0100 |
|---|---|---|
| committer | David Precious <davidp@preshweb.co.uk> | 2011-06-20 12:37:01 +0100 |
| commit | 243f7f1b405687268d67f34e41f604fb87eb8730 (patch) | |
| tree | 4cf6459773c03f34645a7a6b91361e338cc4dd83 | |
| parent | Fix a few typos on about page. (diff) | |
| download | stargit-243f7f1b405687268d67f34e41f604fb87eb8730.tar.gz | |
A few typos on API page.
| -rw-r--r-- | views/api.tt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/api.tt b/views/api.tt index 1858078..f5e1838 100644 --- a/views/api.tt +++ b/views/api.tt @@ -2,7 +2,7 @@ <div id="static"> <h1>StarGit's API</h1> - StarGit provides a simple API to get informations for a user. + StarGit provides a simple API to get information for a user. <h2>Methods</h2> @@ -10,13 +10,13 @@ <ul> <li>method: <strong>GET</strong></li> - <li>status: <strong>200</strong> if user exists, <strong>404</strong> when user doesn't exists</li> + <li>status: <strong>200</strong> if user exists, <strong>404</strong> when user doesn't exist</li> <li>format: <strong>JSON</strong></li> <li>keys: <ul> <li>login: user's login in GitHub</li> <li>country: name of the country (<strong>unknown</strong> if the information wasn't extracted)</li> - <li>website: url of the website (can be <strong>none</strong>; validity of the URL is not guaranted)</li> + <li>website: URL of the user's website (can be <strong>none</strong>; validity of the URL is not guaranteed)</li> <li>language: main language for the profile (can be <strong>unknown</strong>)</li> <li>gravatar: gravatar's ID</li> <li>name: name</li> |
