Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
umpirsky committed Mar 4, 2016
1 parent 0ab4e13 commit 42e58b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/implementing-new-adapter.md
Expand Up @@ -48,7 +48,7 @@ You can continue to play with PHPSpec, read more on [PHPSpec website](http://php
## Implementing adapter interface
Now all we need to do is to make `Gaufrette\Adapter\KnpStorage` implement all `Gaufrette\Adapter` interface methods.
Now all we need to do is to make `Gaufrette\Adapter\KnpStorage` implements all `Gaufrette\Adapter` interface methods.
## Contibute it
Expand Down

0 comments on commit 42e58b9

Please sign in to comment.