From 2da03b186ae9e9dcc008cb33885bb7048586a987 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 23 Aug 2015 18:18:32 +0200 Subject: [PATCH] fixed typo --- UPGRADE-2.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-2.7.md b/UPGRADE-2.7.md index 0abc3ae85f..f52220fadc 100644 --- a/UPGRADE-2.7.md +++ b/UPGRADE-2.7.md @@ -473,7 +473,7 @@ Form After: ```jinja - {{ choice_translation_domain is sameas(false) ? choice.label : choice.label|trans({}, choice_translation_domain) }} + {{ choice_translation_domain is same as(false) ? choice.label : choice.label|trans({}, choice_translation_domain) }} ``` Serializer