Skip to content

Commit 671e52d

Browse files
Apply suggestions from code review
Co-authored-by: Damien Alexandre <[email protected]>
1 parent 22f845b commit 671e52d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/2-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $members = $client->usersList(['limit' => 100])->getMembers();
3333

3434
## Iterating over pagination
3535

36-
Some Slack API endpoints use a token based pagination.
36+
Some Slack API endpoints use a cursor based pagination.
3737

3838
In addition to classical methods, our client provides additional virtual methods
3939
to ease the iteration over those endpoints. Those methods can be called by

docs/3-troubleshoots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ manually add it to our [versioned spec](https://github.com/jolicode/slack-php-ap
1515
## Missing data in the DTO?
1616

1717
The Slack specification is not up to date and miss some critical parts. We do
18-
build a [better one on top of the official](doc/updating-sdk.md) but it can't
18+
build a [better one on top of the official](4-updating-sdk.md) but it can't
1919
be perfect.
2020

2121
What's good is that some models use `\ArrayObject` as base classes so if the

0 commit comments

Comments
 (0)