diff --git a/documents/crud.md b/documents/crud.md index 8c7fb1fc..e69089fb 100644 --- a/documents/crud.md +++ b/documents/crud.md @@ -326,7 +326,7 @@ db.Where(User{Name: "Jinzhu"}).FirstOrCreate(&user) #### Attrs -Assgin struct with argument if record haven't been found +Assign struct with argument if record haven't been found ```go // Unfound