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;