Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Aug 11, 2014
1 parent d669f78 commit 8be6f5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion general/controllers/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h4 id="controller_in_subdir">Controllers in Sub-Directories</h4>

<h4 id="controller_namespacing">Namespacing controllers</h4>

<p>See the page on <a href="../namespacing.html">namespacing</a> to see how you can namespace your controllers</p>
<p>See the page on <a href="../namespacing.html">namespacing</a> to see how you can namespace your controllers.</p>

<h4 id="more_parameters">Using more parameters from the URL</h4>

Expand Down
4 changes: 2 additions & 2 deletions general/namespacing.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>Namespacing</h2>
</p>
<p>
While this makes it easier for the novice to start using the FuelPHP framework, it will create more complex class names, and it will
make those classes less portable or interchangable.
make those classes less portable or interchangeable.
</p>

<h3 id="controllers">Namespacing your controllers</h3>
Expand All @@ -71,7 +71,7 @@ <h3 id="controllers">Namespacing your controllers</h3>
</p>

<p>
Lets move the example given above to the <kbd>Controller</kbd> namespace. You tell FuelPHP that you've done this by setting the
Let's move the example given above to the <kbd>Controller</kbd> namespace. You tell FuelPHP that you've done this by setting the
config setting <var>controller_prefix</var> from <kbd>'Controller_'</kbd> to <kbd>'Controller\\'</kbd> in your app's config.php file.
</p>

Expand Down

0 comments on commit 8be6f5d

Please sign in to comment.