diff --git a/readme.markdown b/readme.markdown index 47999b2..5b411d8 100644 --- a/readme.markdown +++ b/readme.markdown @@ -195,7 +195,7 @@ Create a custom registration form. )); ?> ### Processing Registration Data. -To access the registartion data posted by your registration user, use the convienient ConnectComponent::registrationData() function. +To access the registartion data posted by your registration user, use the convenient ConnectComponent::registrationData() function. if($user = $this->Connect->registrationData()){ print_r($user);