From f12b879a8be7df99cc8327a1c6b107ddbc55384a Mon Sep 17 00:00:00 2001 From: Dave Marshall Date: Wed, 15 Mar 2017 14:14:48 +0000 Subject: [PATCH] Fixes word in docs --- repository-interface-client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository-interface-client.md b/repository-interface-client.md index 426410ca..cedd2244 100644 --- a/repository-interface-client.md +++ b/repository-interface-client.md @@ -16,7 +16,7 @@ You can use the grant type to determine if the client is permitted to use the gr If the client's credentials are validated you should return an instance of `\League\OAuth2\Server\Entities\Interfaces\ClientEntityInterface` -There are two grants you can use to help you implement some of the `ClientEntityInterface` methods: +There are two traits you can use to help you implement some of the `ClientEntityInterface` methods: * `\League\OAuth2\Server\Entities\Traits\ClientTrait` -* `\League\OAuth2\Server\Entities\Traits\EntityTrait` \ No newline at end of file +* `\League\OAuth2\Server\Entities\Traits\EntityTrait`