Skip to content

Commit f956620

Browse files
committed
Merge pull request #22 from ataylor32/typos
Fixed some typos
2 parents 98c2a48 + 7942593 commit f956620

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

View/BoostCake/index.ctp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}</pre>
4848

4949
<h3>Enable plugin</h3>
50-
<p>You need to enable the plugin your app/Config/bootstrap.php file:</p>
50+
<p>You need to enable the plugin in your app/Config/bootstrap.php file:</p>
5151
<pre class="prettyprint">CakePlugin::load('BoostCake');</pre>
5252
<p>If you are already using <code>CakePlugin::loadAll();</code>, then this is not necessary.</p>
5353

@@ -65,7 +65,7 @@ class AppController extends Controller {
6565
6666
}"); ?></pre>
6767

68-
<h3>AuthComponet setting</h3>
68+
<h3>AuthComponent setting</h3>
6969
<pre class="prettyprint"><?php echo h("<?php
7070
class AppController extends Controller {
7171

0 commit comments

Comments
 (0)