diff --git a/app/controllers/api/teams.php b/app/controllers/api/teams.php index 20a4d197ff..1ec806eb8d 100644 --- a/app/controllers/api/teams.php +++ b/app/controllers/api/teams.php @@ -343,7 +343,7 @@ App::post('/v1/teams/:teamId/memberships') 'password' => Auth::passwordHash(Auth::passwordGenerator()), /** * Set the password update time to 0 for users created using - * team Invite and OAuth to allow password updates without an + * team invite and OAuth to allow password updates without an * old password */ 'passwordUpdate' => 0,