Skip to content

Commit 5edaca0

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: Updating the installer docs to exactly match that repository's README - see #4533 Add command to make symfony.phar executable. fixed little typo
2 parents a85991a + 4257a27 commit 5edaca0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

quick_tour/the_big_picture.rst

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
3333
3434
$ curl -LsS http://symfony.com/installer > symfony.phar
3535
$ sudo mv symfony.phar /usr/local/bin/symfony
36+
$ chmod a+x /usr/local/bin/symfony
3637
3738
.. note::
3839

@@ -43,6 +44,7 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
4344
4445
$ php -r "readfile('http://symfony.com/installer');" > symfony.phar
4546
$ sudo mv symfony.phar /usr/local/bin/symfony
47+
$ chmod a+x /usr/local/bin/symfony
4648
4749
After installing the Symfony installer, you'll have to open a new console window
4850
to be able to execute the new ``symfony`` command:

reference/twig_reference.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ transchoice
413413

414414
.. code-block:: jinja
415415
416-
{{ message|transchoice(count, arguments, domai, locale) }}
416+
{{ message|transchoice(count, arguments, domain, locale) }}
417417
418418
``message``
419419
**type**: ``string``

0 commit comments

Comments
 (0)