Browse Source

docs/guide/structure-filters.md - typo fixed [ci skip]

tags/2.0.1
Nobuo Kihara 10 years ago
parent
commit
5e3d81901c
  1. 2
      docs/guide/structure-filters.md

2
docs/guide/structure-filters.md

@ -141,7 +141,7 @@ For more details about access control in general, please refer to the [Authoriza
### Authentication Method Filters <a name="auth-method-filters"></a> ### Authentication Method Filters <a name="auth-method-filters"></a>
Authentication method filters are used to authenticate a user based using various methods, such as Authentication method filters are used to authenticate a user using various methods, such as
[HTTP Basic Auth](http://en.wikipedia.org/wiki/Basic_access_authentication), [OAuth 2](http://oauth.net/2/). [HTTP Basic Auth](http://en.wikipedia.org/wiki/Basic_access_authentication), [OAuth 2](http://oauth.net/2/).
These filter classes are all under the `yii\filters\auth` namespace. These filter classes are all under the `yii\filters\auth` namespace.

Loading…
Cancel
Save