1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-23 15:05:32 +00:00

Merge pull request #4251 from sc0Vu/fix-typo

Fix typo
This commit is contained in:
Ming Deng
2020-10-06 19:44:27 +08:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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
`
)