Skip to content

Commit ecc2ca0

Browse files
committed
minor symfony#5964 Missing n in Column (joshuataylor)
This PR was submitted for the 3.0 branch but it was merged into the 2.8 branch instead (closes symfony#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
2 parents 09d9b29 + bc2447d commit ecc2ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/security/guard-authentication.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ property they use to access their account via the API::
4444
private $username;
4545

4646
/**
47-
* @ORM\Colum(type"string", unique=true)
47+
* @ORM\Column(type"string", unique=true)
4848
*/
4949
private $apiKey;
5050

0 commit comments

Comments
 (0)