Update member.md

small typo
This commit is contained in:
Ben Dubuisson 2014-11-26 16:32:57 +13:00
parent a61fb89e4f
commit 514098c01a

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]`