From 52f43c8980933f39e63ed0355fbf9b674794ab81 Mon Sep 17 00:00:00 2001 From: Dmitriy Makarov Date: Thu, 25 Aug 2016 18:06:49 +0300 Subject: [PATCH] :book: Fix typo [skip ci] (#12326) --- docs/guide/tutorial-start-from-scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/tutorial-start-from-scratch.md b/docs/guide/tutorial-start-from-scratch.md index da37e9d5d3..910eaa5711 100644 --- a/docs/guide/tutorial-start-from-scratch.md +++ b/docs/guide/tutorial-start-from-scratch.md @@ -22,7 +22,7 @@ The first step is to clone the basic Yii template's Git repository: git clone git@github.com:yiisoft/yii2-app-basic.git ``` -Then wait for the repository to be downloaded to your computer. Since the changes made to the template won't be pushed back, you can delete the `.git` diretory and all +Then wait for the repository to be downloaded to your computer. Since the changes made to the template won't be pushed back, you can delete the `.git` directory and all of its contents from the download. Modify the Files