Skip to content

Commit 8eec42c

Browse files
authored
Merge pull request #60 from dougblackjr/task/fix-minor-typo
Fixing minor typo
2 parents 2008c4e + 9372363 commit 8eec42c

File tree

1 file changed

+1
-1
lines changed
  • docs/development/legacy/libraries

1 file changed

+1
-1
lines changed

docs/development/legacy/libraries/email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Email class will automatically create all email headers and will process the
3636
ee()->email->to($recipient);
3737
ee()->email->subject($email_subject);
3838
ee()->email->message(entities_to_ascii($email_msg));
39-
ee()->email->Send();
39+
ee()->email->send();
4040

4141
### Properties
4242

0 commit comments

Comments
 (0)