diff --git a/en/05.5.md b/en/05.5.md index 3ad7a0a7..87bdeca8 100644 --- a/en/05.5.md +++ b/en/05.5.md @@ -45,7 +45,7 @@ Then you need to open a database connection and create a beedb object (MySQL in } orm := beedb.New(db) -`beedb.New()` actually has two arguments. The first is the the database opject, and the second is for indicating which database engine you're using. If you're using MySQL/SQLite, you can just skip the second argument. +`beedb.New()` actually has two arguments. The first is the the database object, and the second is for indicating which database engine you're using. If you're using MySQL/SQLite, you can just skip the second argument. Otherwise, this argument must be supplied. For instance, in the case of SQLServer: