mirror of
https://github.com/astaxie/beego.git
synced 2024-11-14 23:10:54 +00:00
Fix typo
This commit is contained in:
parent
b8c1e133bf
commit
91e18996bd
@ -154,7 +154,7 @@ func TestBuildHealthCheckResponseList(t *testing.T) {
|
||||
[]string{
|
||||
"error",
|
||||
"Database",
|
||||
"Error occured whie starting the db",
|
||||
"Error occurred while starting the db",
|
||||
},
|
||||
[]string{
|
||||
"success",
|
||||
|
@ -145,7 +145,7 @@ httpport = 8080
|
||||
# enable db
|
||||
[dbinfo]
|
||||
# db type name
|
||||
# suport mysql,sqlserver
|
||||
# support mysql,sqlserver
|
||||
name = mysql
|
||||
`
|
||||
|
||||
@ -161,7 +161,7 @@ httpport=8080
|
||||
# enable db
|
||||
[dbinfo]
|
||||
# db type name
|
||||
# suport mysql,sqlserver
|
||||
# support mysql,sqlserver
|
||||
name=mysql
|
||||
`
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user