Skip to content

Commit

Permalink
Merge pull request cakephp#805 from bcrowe/hotfix-api
Browse files Browse the repository at this point in the history
Capitalize API acronym
  • Loading branch information
markstory committed Oct 15, 2013
2 parents f8832a7 + b74fed2 commit cb6027b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/appendices/2-0-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Some examples on using :php:meth:`App::uses()` when migrating from

All classes that were loaded in the past using ``App::import('Core', $class);``
will need to be loaded using ``App::uses()`` referring to the correct package.
See the api to locate the classes in their new folders. Some examples::
See the API to locate the classes in their new folders. Some examples::

App::import('Core', 'CakeRoute');
// becomes
Expand Down
2 changes: 1 addition & 1 deletion en/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ own sections in the manual.
.. todo::

This chapter should be less about the controller api and more about
This chapter should be less about the controller API and more about
examples, the controller attributes section is overwhelming and difficult to
understand at first. The chapter should start with some example controllers
and what they do.
Expand Down

0 comments on commit cb6027b

Please sign in to comment.