From f03c689b0209e35b98fe8fb5c71af2c95912d64e Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 17 Oct 2013 15:37:56 +0400 Subject: [PATCH] typo fix --- docs/guide/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/i18n.md b/docs/guide/i18n.md index 0196434..57f08f7 100644 --- a/docs/guide/i18n.md +++ b/docs/guide/i18n.md @@ -71,7 +71,7 @@ Yii tries to load approprite translation from one of the message sources defined In the above `app*` is a pattern that specifies which categories are handled by the message source. In this case we're handling everything that begins with `app`. -`class` defines which message source is used. There following message sources are available: +`class` defines which message source is used. The following message sources are available: - PhpMessageSource that uses PHP files. - GettextMessageSource that uses GNU Gettext MO or PO files.