From 99c2769003144dd5adb4246795b45388ae3ca279 Mon Sep 17 00:00:00 2001 From: Dmitriy Makarov Date: Thu, 25 Aug 2016 18:12:55 +0300 Subject: [PATCH] :book: Fix typo [skip ci] --- docs/guide/tutorial-shared-hosting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/tutorial-shared-hosting.md b/docs/guide/tutorial-shared-hosting.md index c231dfa3bf..5e93fdd2a5 100644 --- a/docs/guide/tutorial-shared-hosting.md +++ b/docs/guide/tutorial-shared-hosting.md @@ -2,7 +2,7 @@ Shared Hosting Environment ========================== Shared hosting environments are often quite limited about configuration and directory structure. Still in most cases you -can run Yii 2.0 on a shared hosting environment with a few adjustements. +can run Yii 2.0 on a shared hosting environment with a few adjustments. ## Deploying a basic project template @@ -63,5 +63,5 @@ browser using `http://example.com/requirements.php` URL. Don't forget to delete ## Deploying an advanced project template Deploying an advanced application to shared hosting is a bit trickier than a basic application but it could be achieved. -Follow intructions described in +Follow instructions described in [advanced project template documentation](https://github.com/yiisoft/yii2-app-advanced/blob/master/docs/guide/topic-shared-hosting.md).