From 9249f6ffc1e54a3f836bafe8190fb8b9898e4788 Mon Sep 17 00:00:00 2001 From: Luciano Baraglia Date: Sun, 15 Jun 2014 20:46:04 -0300 Subject: [PATCH] English guide small fix [skip ci] --- docs/guide/structure-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/structure-applications.md b/docs/guide/structure-applications.md index 329e682085..e0e9b610fa 100644 --- a/docs/guide/structure-applications.md +++ b/docs/guide/structure-applications.md @@ -193,7 +193,7 @@ called [application components](#structure-application-components.md) that you c ] ``` -Each application component is specified as a key-value pair in the array. The key represents the application ID, +Each application component is specified as a key-value pair in the array. The key represents the component ID, while the value represents the component class name or [configuration](concept-configurations.md). You can register any component with an application, and the component can later be accessed globally