1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 14:43:28 +00:00

Fix the typo

This commit is contained in:
Phil 2016-09-07 13:33:11 +08:00
parent 6ced26660e
commit 30661472c8

View File

@ -66,7 +66,7 @@ const (
AdapterConsole = "console"
AdapterFile = "file"
AdapterMultiFile = "multifile"
AdapterMail = "stmp"
AdapterMail = "smtp"
AdapterConn = "conn"
AdapterEs = "es"
)