Skip to content

Commit

Permalink
Merge pull request #641 from raviolican/patch-1
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
mitelg committed Aug 18, 2017
2 parents 175322f + ba8dae8 commit 0544669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/developers-guide/rest-api/examples/article/index.md
Expand Up @@ -300,7 +300,7 @@ With the optional `limit` parameter, it's possible to specify how many articles

```
$client->get('articles');
$client->get('articles?limit=2);
$client->get('articles?limit=2');
```

### Result
Expand Down

0 comments on commit 0544669

Please sign in to comment.