diff --git a/Creational/SimpleFactory/README.rst b/Creational/SimpleFactory/README.rst index 3ef9f0e..1a10f3c 100644 --- a/Creational/SimpleFactory/README.rst +++ b/Creational/SimpleFactory/README.rst @@ -7,7 +7,7 @@ Purpose SimpleFactory is a simple factory pattern. It differs from the static factory because it is not static. -Therefore, you can have multiple factories, differently parametrized, you can subclass it and you can mock it. +Therefore, you can have multiple factories, differently parameterized, you can subclass it and you can mock it. It always should be preferred over a static factory! UML Diagram diff --git a/locale/ca/LC_MESSAGES/Creational/SimpleFactory/README.po b/locale/ca/LC_MESSAGES/Creational/SimpleFactory/README.po index 6501749..751085e 100644 --- a/locale/ca/LC_MESSAGES/Creational/SimpleFactory/README.po +++ b/locale/ca/LC_MESSAGES/Creational/SimpleFactory/README.po @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "" "Project-Id-Version: DesignPatternsPHP 1.0\n" @@ -31,7 +31,7 @@ msgstr "" #: ../../Creational/SimpleFactory/README.rst:12 msgid "" -"Therefore, you can have multiple factories, differently parametrized, you " +"Therefore, you can have multiple factories, differently parameterized, you " "can subclass it and you can mock-up it." msgstr "" diff --git a/locale/template/LC_MESSAGES/Creational/SimpleFactory/README.pot b/locale/template/LC_MESSAGES/Creational/SimpleFactory/README.pot index 7af53ee..8c59113 100644 --- a/locale/template/LC_MESSAGES/Creational/SimpleFactory/README.pot +++ b/locale/template/LC_MESSAGES/Creational/SimpleFactory/README.pot @@ -23,7 +23,7 @@ msgstr "" #: ../../Creational/SimpleFactory/README.rst:9 msgid "" "It differs from the static factory because it is not static. " -"Therefore, you can have multiple factories, differently parametrized, you can subclass it and you can mock it." +"Therefore, you can have multiple factories, differently parameterized, you can subclass it and you can mock it." msgstr "" #: ../../Creational/SimpleFactory/README.rst:11 @@ -52,4 +52,4 @@ msgstr "" #: ../../Creational/SimpleFactory/README.rst:52 msgid "Test" -msgstr "" \ No newline at end of file +msgstr ""