We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf79c7af commitcc2ef41Copy full SHA for cc2ef41
README.md
@@ -274,7 +274,7 @@ The one change to keep in mind here is that the results returned from
274
instead of returning an instance of`AddressCollection`. This should provide
275
greater versatility in manipulation of the results, and be inline with
276
expectations for working with Laravel. The existing`AddressCollection`
277
- methods should mapstrait over to Laravel's`Collection` methods. But be sure
+ methods should mapstraight over to Laravel's`Collection` methods. But be sure
278
to double-check your results, if you have been using`count()`,
279
`first()`,`isEmpty()`,`slice()`,`has()`,`get()`, or`all()` on your results.
280