From bc2447d3132a3775f7b8ae685f17ebe6302d676a Mon Sep 17 00:00:00 2001 From: Josh Taylor Date: Sun, 6 Dec 2015 03:01:22 +1100 Subject: [PATCH] Missing n in Column --- cookbook/security/guard-authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/guard-authentication.rst b/cookbook/security/guard-authentication.rst index 5201fcf2bbb..a19afaf7948 100644 --- a/cookbook/security/guard-authentication.rst +++ b/cookbook/security/guard-authentication.rst @@ -44,7 +44,7 @@ property they use to access their account via the API:: private $username; /** - * @ORM\Colum(type"string", unique=true) + * @ORM\Column(type"string", unique=true) */ private $apiKey;