From 0cd2707dff6fd5619866083ac96e42cc31c2b7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Obreg=C3=B3n?= Date: Fri, 2 May 2014 13:10:47 -0500 Subject: [PATCH] Fixed typo in tutorial-template-engines.md --- docs/guide/tutorial-template-engines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/tutorial-template-engines.md b/docs/guide/tutorial-template-engines.md index b02a65c..29aca04 100644 --- a/docs/guide/tutorial-template-engines.md +++ b/docs/guide/tutorial-template-engines.md @@ -39,7 +39,7 @@ your `composer.json` file to include them, too: "yiisoft/yii2-smarty": "*", "yiisoft/yii2-twig": "*", ``` -That code would be added to the `require` section of `composer.json`. After making that change and saving the file, you can install the extensions by running `composer update --preder-dist` in the command-line. +That code would be added to the `require` section of `composer.json`. After making that change and saving the file, you can install the extensions by running `composer update --prefer-dist` in the command-line. Twig ----