diff --git a/README.md b/README.md index 5f9e695..8f2963d 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Since we're building migrations on top of gorm, you should check the gorm's doc Here are some examples -### Create table via model declearation. +### Create table via model declaration. ```go package main diff --git a/main.go b/main.go index 61777f9..c4e38b9 100644 --- a/main.go +++ b/main.go @@ -86,7 +86,7 @@ func main() { if migrateAction == "db:init" { fileName, err := migrate.CreateConnection(c) if err != nil { - fmt.Println("Initiail connection file failed.", err) + fmt.Println("Initial connection file failed.", err) return }