Fix small typo

This commit is contained in:
Jannik
2020-11-05 14:29:41 +01:00
committed by GitHub
parent 7685eb905a
commit 7139e71c99
+1 -1
View File
@@ -35,7 +35,7 @@ The recommended way to install Twig is via Composer:
.. code-block:: bash
composer requireuire "twig/twig:^2.0"
composer require "twig/twig:^2.0"
Basic API Usage
---------------