From 3b7091078b73d29ebe9cfd2c21468cc739bad41c Mon Sep 17 00:00:00 2001 From: Roman Grinyov Date: Sun, 21 Aug 2016 13:49:00 +0300 Subject: [PATCH] Added missing dot (#12220) [skip ci] --- docs/guide/structure-application-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/structure-application-components.md b/docs/guide/structure-application-components.md index b75dbb9c31..eeaac00baf 100644 --- a/docs/guide/structure-application-components.md +++ b/docs/guide/structure-application-components.md @@ -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.