Skip to content

Commit

Permalink
Merge pull request cakephp#727 from bcrowe/grammar-lets
Browse files Browse the repository at this point in the history
Minor grammar correction: let's
  • Loading branch information
ADmad committed Sep 1, 2013
2 parents a667e75 + 00f430d commit 0f0782c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/tutorials-and-examples/blog/part-two.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ directory. Here's what the basic controller should look like::
public $helpers = array('Html', 'Form');
}

Now, lets add an action to our controller. Actions often represent
Now, let's add an action to our controller. Actions often represent
a single function or interface in an application. For example, when
users request www.example.com/posts/index (which is also the same
as www.example.com/posts/), they might expect to see a listing of
Expand Down

0 comments on commit 0f0782c

Please sign in to comment.