From 510a16c9bda1cdf83ba17d43b347d917f1410f17 Mon Sep 17 00:00:00 2001 From: errogaht <7018407@gmail.com> Date: Sun, 14 Sep 2014 18:54:50 +0400 Subject: [PATCH] ncessary -> necessary --- docs/guide/start-databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/start-databases.md b/docs/guide/start-databases.md index 431277345a..65721b0c4a 100644 --- a/docs/guide/start-databases.md +++ b/docs/guide/start-databases.md @@ -232,7 +232,7 @@ Observe more carefully and you will find that the URL in the browser also change http://hostname/index.php?r=country/index&page=2 ``` -Behind the scenes, [[yii\data\Pagination|Pagination]] is providing all of the ncessary functionality to paginate a data set: +Behind the scenes, [[yii\data\Pagination|Pagination]] is providing all of the necessary functionality to paginate a data set: * Initially, [[yii\data\Pagination|Pagination]] represents the first page, which reflects the country SELECT query with the clause `LIMIT 5 OFFSET 0`. As a result, the first five countries will be fetched and displayed.