A. Lombarte 6 years ago
parent
commit
f1caf058c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      documents/crud.md

+ 1 - 1
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