Skip to content

Commit 768d8e0

Browse files
committed
Very slight tweaks on #1136
1 parent 4525397 commit 768d8e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/translation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -798,15 +798,15 @@ texts* and complex expressions:
798798
799799
.. versionadded:: 2.1
800800

801-
You can now set translation domain for an entire twig template with one
801+
You can now set the translation domain for an entire Twig template with a
802802
single tag:
803803

804804
.. code-block:: jinja
805805
806806
{% trans_default_domain "app" %}
807807
808-
Note that this is only influencing the current template, not the included
809-
ones in order to avoid side effects.
808+
Note that this is only influences the current template, not the any "included"
809+
templates (in order to avoid side effects).
810810

811811
PHP Templates
812812
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)