Added missing dot (#12220) [skip ci]

This commit is contained in:
Roman Grinyov
2016-08-21 13:49:00 +03:00
committed by Alexander Makarov
parent 657fb88592
commit 3b7091078b

View File

@@ -113,7 +113,7 @@ if you do not specify its class, the default one will be used.
* [[yii\web\UrlManager|urlManager]]: supports URL parsing and creation.
Please refer to the [Routing and URL Creation](runtime-routing.md) section for more details.
* [[yii\web\User|user]]: represents the user authentication information. This component is only available
in [[yii\web\Application|Web applications]]
in [[yii\web\Application|Web applications]].
Please refer to the [Authentication](security-authentication.md) section for more details.
* [[yii\web\View|view]]: supports view rendering.
Please refer to the [Views](structure-views.md) section for more details.