Skip to content

Commit 9372363

Browse files
committed
Fixing minor typo
1 parent 867c896 commit 9372363

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)