Merge pull request #3684 from bendubuisson/patch-3

Update member.md
This commit is contained in:
Daniel Hensby 2014-11-26 15:30:40 +00:00
commit a8ae5cc55b

View File

@ -41,7 +41,7 @@ This is the least desirable way of extending the `[api:Member]` class. It's bett
(see below).
</div>
You can defined subclasses of `[api:Member]` to add extra fields or functionality to the built-in membership system.
You can define subclasses of `[api:Member]` to add extra fields or functionality to the built-in membership system.
:::php
class MyMember extends Member {
@ -128,4 +128,4 @@ things, you should add appropriate `[api:Permission::checkMember()]` calls to th
## API Documentation
`[api:Member]`
`[api:Member]`