diff --git a/message/authentication.rst b/message/authentication.rst index 4ea6f2c..f314662 100644 --- a/message/authentication.rst +++ b/message/authentication.rst @@ -154,7 +154,7 @@ Implement Your Own Implementing an authentication method is easy: only one method needs to be implemented:: - use Http\Message\Authentication\Authentication; + use Http\Message\Authentication; use Psr\Http\Message\RequestInterface; class MyAuth implements Authentication