From 74fec261c8c6662391a78ed22c068b32e19f37ca Mon Sep 17 00:00:00 2001 From: rahulm95 Date: Thu, 20 Sep 2018 19:33:09 +0530 Subject: [PATCH] Spell correct --- documents/associations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/associations.md b/documents/associations.md index bba6234e..df27c90e 100644 --- a/documents/associations.md +++ b/documents/associations.md @@ -232,7 +232,7 @@ type CustomizeAccount struct { To define a self-referencing many2many relationship, you have to change association's foreign key in the join table. -to make it different with source's foreign key, which is generated using struct's name and its priamry key, for example: +to make it different with source's foreign key, which is generated using struct's name and its primary key, for example: ```go type User struct {