We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98c2a48 + 7942593 commit f956620Copy full SHA for f956620
1 file changed
View/BoostCake/index.ctp
@@ -47,7 +47,7 @@
47
}</pre>
48
49
<h3>Enable plugin</h3>
50
-<p>You need to enable the plugin your app/Config/bootstrap.php file:</p>
+<p>You need to enable the plugin in your app/Config/bootstrap.php file:</p>
51
<pre class="prettyprint">CakePlugin::load('BoostCake');</pre>
52
<p>If you are already using <code>CakePlugin::loadAll();</code>, then this is not necessary.</p>
53
@@ -65,7 +65,7 @@ class AppController extends Controller {
65
66
}"); ?></pre>
67
68
-<h3>AuthComponet setting</h3>
+<h3>AuthComponent setting</h3>
69
<pre class="prettyprint"><?php echo h("<?php
70
class AppController extends Controller {
71
0 commit comments