From 1fb6a58e37ede045177862f89cad5d3f2e992ce9 Mon Sep 17 00:00:00 2001 From: sblaut Date: Sat, 15 Aug 2015 03:47:51 +0200 Subject: [PATCH] fixed typo --- docs/guide/rest-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/rest-controllers.md b/docs/guide/rest-controllers.md index 518e041..98b2ada 100644 --- a/docs/guide/rest-controllers.md +++ b/docs/guide/rest-controllers.md @@ -22,7 +22,7 @@ will be described in detail in the next few sections: [[yii\rest\ActiveController]] in addition provides the following features: * A set of commonly needed actions: `index`, `view`, `create`, `update`, `delete`, `options`; -* User authorization in regarding to the requested action and resource. +* User authorization in regard to the requested action and resource. ## Creating Controller Classes