summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
diff options
context:
space:
mode:
authorgn <gn@wal>2015-06-23 18:41:57 +0200
committergn <gn@wal>2015-06-23 18:41:57 +0200
commitb5a4b671c9d2413e2ef15213bd2ce6fb5375a0de (patch)
tree67c4c0a7a4d64c056dbf2a834a0081621e511f10 /user_guide_src/source/database
parent55fdd0a10f9120030f5bb6e6c3a760386abcd8f1 (diff)
Typo fix on forge documentation
Diffstat (limited to 'user_guide_src/source/database')
-rw-r--r--user_guide_src/source/database/forge.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/forge.rst b/user_guide_src/source/database/forge.rst
index a4edada5c..a875f7418 100644
--- a/user_guide_src/source/database/forge.rst
+++ b/user_guide_src/source/database/forge.rst
@@ -149,7 +149,7 @@ Creating an id field
--------------------
There is a special exception for creating id fields. A field with type
-id will automatically be assinged as an INT(9) auto_incrementing
+id will automatically be assigned as an INT(9) auto_incrementing
Primary Key.
::