From c080969fabfebcba4c2bae7489a897166e6959bc Mon Sep 17 00:00:00 2001 From: Nobuo Kihara Date: Sun, 26 Oct 2014 22:32:22 +0900 Subject: [PATCH] docs/guide/start-looking-ahead.md modified - "chapter" instead of "section" [ci skip] --- docs/guide/start-looking-ahead.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/start-looking-ahead.md b/docs/guide/start-looking-ahead.md index 927229c5b9..b0e0ec3d00 100644 --- a/docs/guide/start-looking-ahead.md +++ b/docs/guide/start-looking-ahead.md @@ -1,7 +1,7 @@ Looking Ahead ============= -If you've read through the entire "Getting Started" section, you have now created a complete Yii application. In the process, you have learned how to implement some commonly +If you've read through the entire "Getting Started" chapter, you have now created a complete Yii application. In the process, you have learned how to implement some commonly needed features, such as getting data from users via an HTML form, fetching data from a database, and displaying data in a paginated fashion. You have also learned how to use [Gii](tool-gii.md) to generate code automatically. Using Gii for code generation turns the bulk of your Web development process into a task as simple as just filling out some forms.