From ad90a9112263acdaa6e9886012b0be0f61b6efcd Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 7 Oct 2015 15:28:06 -0400 Subject: [PATCH] Fix typographical error(s) Changed convienient to convenient in README. --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);