Browse Source

Merge pull request #11380 from tunecino/patch-1

doc typo
tags/2.0.8
Dmitry Naumenko 9 years ago
parent
commit
3e0d4677c8
  1. 2
      docs/guide/rest-authentication.md

2
docs/guide/rest-authentication.md

@ -123,5 +123,5 @@ action for the requested resource. This process is called *authorization* which
the [Authorization section](security-authorization.md).
If your controllers extend from [[yii\rest\ActiveController]], you may override
the [[yii\rest\Controller::checkAccess()|checkAccess()]] method to perform authorization check. The method
the [[yii\rest\ActiveController::checkAccess()|checkAccess()]] method to perform authorization check. The method
will be called by the built-in actions provided by [[yii\rest\ActiveController]].

Loading…
Cancel
Save