diff --git a/documents/advanced.md b/documents/advanced.md index c563e3a3..91f2c522 100644 --- a/documents/advanced.md +++ b/documents/advanced.md @@ -144,7 +144,7 @@ db.DB().SetMaxOpenConns(100) ## Composite Primary Key -Set multiple fields as priamry key to enable composite primary key +Set multiple fields as primary key to enable composite primary key ```go type Product struct {