Skip to content

Commit

Permalink
Merge pull request #6 from pgrimaud/master
Browse files Browse the repository at this point in the history
Fixing typos.
  • Loading branch information
Christopher Giroir committed Jun 16, 2014
2 parents 6389c93 + 6b1ba79 commit 062eee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2317,7 +2317,7 @@ HTTP/1.1 200 OK
```

The data associated with an item object varies between items, but in most cases you can retreive the name, icon, display color, required level, item level, bonus affixes, attributes and salvage information.
The data associated with an item object varies between items, but in most cases you can retrieve the name, icon, display color, required level, item level, bonus affixes, attributes and salvage information.

### Item Information Example

Expand Down Expand Up @@ -2466,7 +2466,7 @@ Refer to the `follower_scoundrel.json` file for a detailed Follower API resource

## Artisan Information

Access detailed artison information through the Artisan API. Use it to fetch a single artisan at a time through an HTTP GET request to a URL describing the artisan resource.
Access detailed artisan information through the Artisan API. Use it to fetch a single artisan at a time through an HTTP GET request to a URL describing the artisan resource.

```plain
artisan ::= "blacksmith" | "jeweler"
Expand Down

0 comments on commit 062eee8

Please sign in to comment.