From 2c86c8fa4024df19002492764d37a642488bd598 Mon Sep 17 00:00:00 2001 From: "Dr. Balazs Zatik" Date: Fri, 18 Sep 2015 18:20:48 -0400 Subject: [PATCH] Fix typo in translation.rst --- book/translation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/translation.rst b/book/translation.rst index 3952c4b36d3..9ea6db1a6f8 100644 --- a/book/translation.rst +++ b/book/translation.rst @@ -593,7 +593,7 @@ use somewhere in your application:: public $name; } -Add constraints though any of the supported methods. Set the message option to the +Add constraints through any of the supported methods. Set the message option to the translation source text. For example, to guarantee that the ``$name`` property is not empty, add the following: