From 22055868581d8df27e61023a1f72875b15496322 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 17 Oct 2013 12:51:58 +0400 Subject: [PATCH] Fixed typos --- 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 9d12f65..2ec822d 100644 --- a/docs/guide/i18n.md +++ b/docs/guide/i18n.md @@ -40,7 +40,7 @@ Basic message translation ------------------------- Yii basic message translation in its basic variant works without additional PHP extension. What it does is finding a -translation of the message from source language into targer language. Message itself is specified as the first +translation of the message from source language into target language. Message itself is specified as the second `\Yii::t` method parameter: ```php