From 937236311523d2269e4c7445fe4c73a6bcc0213d Mon Sep 17 00:00:00 2001 From: Douglas Black Date: Sat, 16 Nov 2019 06:19:43 -0500 Subject: [PATCH] Fixing minor typo --- docs/development/legacy/libraries/email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/legacy/libraries/email.md b/docs/development/legacy/libraries/email.md index 2d6fec4df..acd56b9b9 100755 --- a/docs/development/legacy/libraries/email.md +++ b/docs/development/legacy/libraries/email.md @@ -36,7 +36,7 @@ The Email class will automatically create all email headers and will process the ee()->email->to($recipient); ee()->email->subject($email_subject); ee()->email->message(entities_to_ascii($email_msg)); - ee()->email->Send(); + ee()->email->send(); ### Properties