From 4c9a0c65080736e470ec6f002e32a2bce012f3ac Mon Sep 17 00:00:00 2001 From: Jimmy99 Date: Wed, 6 Apr 2016 21:29:01 +0200 Subject: [PATCH] Update 14.5.md typographical error --- en/14.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/14.5.md b/en/14.5.md index 01d56a39..53dfee9e 100644 --- a/en/14.5.md +++ b/en/14.5.md @@ -92,7 +92,7 @@ In order to facilitate multi-language calls in the template package directly, we 3. Using language packages - We can call the controller to get the translated response in the desired language, like so:: + We can call the controller to get the translated response in the desired language, like so: func (this *MainController) Get() { this.Data["create"] = beego.Translation.Translate("create")