Skip to content

Typos in Wiki #21

Closed
Closed
@rolfnl

Description

@rolfnl

I think we can't fork the wiki to send pr's, am I correct?

https://github.com/dingo/api/wiki/Internal-Requests
Here it says: Tthe api facade [...]

https://github.com/dingo/api/wiki/Returning-Errors
Here it says under Custom Exceptions:
[...]
return new Response($response, 401);

I think this should be:
return new Dingo\Api\Http\Response($response, 401);

yay?

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions