Skip to content

Commit

Permalink
improve code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Jun 28, 2018
1 parent 6086f9d commit c0d98cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ This limitation doesn't apply to other commands. We are working on improving thi
| Option | Default | Description |
|------------------|---------------------------|----------------------------------------|
| service | *Service name of the app* | The service name for this integration. |
| validateStatus | <nobr>`code < 500`</nobr> | Callback function to determine if there was an error. It should take a status code as its only parameter and return `true` for success or `false` for errors. |
| validateStatus | <pre>code < 500</pre> | Callback function to determine if there was an error. It should take a status code as its only parameter and return `true` for success or `false` for errors. |

<h3 id="graphql">graphql</h3>

Expand Down

0 comments on commit c0d98cd

Please sign in to comment.