From f3c4f277a7d0dfcddcfb4656f439b660a7398831 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 22 Sep 2009 11:53:34 +0000 Subject: a series of clarifications of the docs --- user_guide/general/styleguide.html | 2 +- user_guide/libraries/file_uploading.html | 2 +- user_guide/overview/at_a_glance.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide') diff --git a/user_guide/general/styleguide.html b/user_guide/general/styleguide.html index 8d50d8eb5..c378f8ec9 100644 --- a/user_guide/general/styleguide.html +++ b/user_guide/general/styleguide.html @@ -64,7 +64,7 @@ Style Guide

General Style and Syntax

-

The following page describes the coding rules use adhere to when developing CodeIgniter.

+

The following page describes the use of coding rules adhered to when developing CodeIgniter.

Table of Contents

diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html index e9c48611a..550dc87db 100644 --- a/user_guide/libraries/file_uploading.html +++ b/user_guide/libraries/file_uploading.html @@ -74,7 +74,7 @@ preferences, restricting the type and size of the files.

  • Once uploaded, the user will be shown a success message.
  • -

    To demonstrate this process here is brief tutorial. Afterward you'll find reference information.

    +

    To demonstrate this process here is a brief tutorial. Afterward you'll find reference information.

    Creating the Upload Form

    diff --git a/user_guide/overview/at_a_glance.html b/user_guide/overview/at_a_glance.html index 0ab065ef0..36ff54d42 100644 --- a/user_guide/overview/at_a_glance.html +++ b/user_guide/overview/at_a_glance.html @@ -60,7 +60,7 @@ What is CodeIgniter?

    CodeIgniter is an Application Framework

    -

    CodeIgniter is a toolkit for people who build web application using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code +

    CodeIgniter is a toolkit for people who build web applications using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.

    -- cgit v1.2.3-24-g4f1b