fixed typo

This commit is contained in:
Fabien Potencier 2015-08-23 18:18:32 +02:00
parent 95a2ab385f
commit 2da03b186a
1 changed files with 1 additions and 1 deletions

View File

@ -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