Skip to content

Commit

Permalink
chore(docs): Replace desscripion with description
Browse files Browse the repository at this point in the history
  • Loading branch information
charlyx authored and kwelch-eb committed Jul 30, 2019
1 parent 9a28dba commit 4dea78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/request.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ sdk
// equivalent to errorInfo.response.error
console.log(parsedError.error);

// equivalent to errorInfo.response['error_desscripion']
// equivalent to errorInfo.response['error_description']
console.log(parsedError.description);
});
```
Expand Down Expand Up @@ -150,7 +150,7 @@ sdk
// equivalent to errorInfo.response.error (would be "ARGUMENT_ERROR")
console.log(parsedError.error);

// equivalent to errorInfo.response['error_desscripion']
// equivalent to errorInfo.response['error_description']
console.log(parsedError.description);
});
```

0 comments on commit 4dea78d

Please sign in to comment.