Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Wiki: Method $response->wasSuccessful() is incorrect #80

Closed
banakito opened this issue Jun 14, 2020 · 1 comment
Closed

Typo in Wiki: Method $response->wasSuccessful() is incorrect #80

banakito opened this issue Jun 14, 2020 · 1 comment
Assignees
Labels
Fix Resolved Acceptance criteria for resolution was met.

Comments

@banakito
Copy link

Minor bug in wiki:

$response->wasSuccessful() // returns true if the http code is in the 200 range

To Reproduce
Just visit the wiki in Handling a Response Section

Expected behavior
Text must be:

$response->wasSuccess() // returns true if the http code is in the 200 range

@Jhut89 Jhut89 self-assigned this Jun 15, 2020
@Jhut89 Jhut89 added the Fix label Jun 15, 2020
@Jhut89
Copy link
Owner

Jhut89 commented Jun 15, 2020

Whoops, sorry for the typo. It should be all good now.

@Jhut89 Jhut89 closed this as completed Jun 15, 2020
@Jhut89 Jhut89 added the Resolved Acceptance criteria for resolution was met. label Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Resolved Acceptance criteria for resolution was met.
Projects
None yet
Development

No branches or pull requests

2 participants