Skip to content

Commit

Permalink
Merge pull request #207 from KyleAMathews/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
spoike committed Jan 26, 2015
2 parents 730ac8e + 0b3f14f commit 5528057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ var RequestStore = Reflux.createStore({
Then, on the server, you could use promises to make the request and either render or serve an error:
```javascript
makeRequest('/api/somethign').then(function(body) {
makeRequest('/api/something').then(function(body) {
// Render the response body
}).catch(function(err) {
// Handle the API error object
Expand Down

0 comments on commit 5528057

Please sign in to comment.