Skip to content

Commit

Permalink
fixed typo in packages docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Aug 31, 2012
1 parent 43c4c5f commit 889a790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions general/packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Packages</h2>
<p>
When it comes to organizing, reuse and share your code, packages are a great way to allow you to do this.
They can contain all sorts of code like models, third-party libraries, configs and so on.
Packages also allow you to extend the core without messing up you app/classes directory.
Packages also allow you to extend the core without messing up your app/classes directory.
To clarify what packages are, here are the "is" and "is not" on packages.
</p>

Expand Down Expand Up @@ -114,7 +114,7 @@ <h3 id="creation">Creating packages</h3>

<p>Once you have your classes in place you can now start using them.</p>

<p class="note">Note: if package namespaces aren't aliased to global you must supply the it:</p>
<p class="note">Note: if package namespaces aren't aliased to global you must supply it:</p>

<pre class="php"><code>// If aliased to global just use
$instance = new Myclass;
Expand Down

0 comments on commit 889a790

Please sign in to comment.