Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lander Vanderstraeten committed Mar 27, 2020
1 parent 7db04f7 commit 9380682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Since the RFC is very loose, we made the interface as easy as possible:
```php
use Phpro\ApiProblem\ApiProblemInterface;

class MyProblem implements ApiProbelmInterface
class MyProblem implements ApiProblemInterface
{
public function toArray(): array
{
Expand Down

0 comments on commit 9380682

Please sign in to comment.