Skip to content

Commit

Permalink
Merge pull request #259 from firemankurt/master
Browse files Browse the repository at this point in the history
Fixes Spelling Error
  • Loading branch information
Luke Towers committed Mar 13, 2017
2 parents efbccea + ae59535 commit 82cdc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Adds the ability for classes to have *private traits*, also known as Behaviors. These are similar to native PHP Traits except they have some distinct benefits:

1. Behaviors have their own contructor.
1. Behaviors have their own constructor.
1. Behaviors can have private or protected methods.
1. Methods and property names can conflict safely.
1. Class can be extended with behaviors dynamically.
Expand Down

0 comments on commit 82cdc29

Please sign in to comment.