From d4fe11b84458e10863e6fa8e7c2ddce59197f7bc Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 15 Feb 2017 16:39:17 +0100 Subject: [PATCH] Improve language --- src/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Auth.php b/src/Auth.php index 0af1a06..e437d04 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -151,9 +151,9 @@ class Auth { /** * Attempts to sign up a user * - * If you want accounts to be activated by default, pass `null` as the callback + * If you want the user's account to be activated by default, pass `null` as the callback * - * If you want to perform email verification, pass an anonymous function as the callback + * If you want to make the user verify their email address first, pass an anonymous function as the callback * * The callback function must have the following signature: *