Skip to content

Commit

Permalink
minor #5964 Missing n in Column (joshuataylor)
Browse files Browse the repository at this point in the history
This PR was submitted for the 3.0 branch but it was merged into the 2.8 branch instead (closes #5964).

Discussion
----------

Missing n in Column

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.8, 3.0, 3.1

Commits
-------

bc2447d Missing n in Column
  • Loading branch information
wouterj committed Dec 5, 2015
2 parents 09d9b29 + bc2447d commit ecc2ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/guard-authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ecc2ca0

Please sign in to comment.