Browse Source

fixed sluggable documentation typo

Helmer Aaviksoo 14 years ago
parent
commit
7e6e3b1131
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/sluggable.md

+ 2 - 2
doc/sluggable.md

@@ -236,14 +236,14 @@ Yaml mapped Article: **/mapping/yaml/Entity.Article.dcm.yml**
           gedmo:
           gedmo:
             sluggable:
             sluggable:
               position: 0
               position: 0
-              fieldSlug: 'slug'
+              slugField: 'slug'
         code:
         code:
           type: string
           type: string
           length: 16
           length: 16
           gedmo:
           gedmo:
             sluggable:
             sluggable:
               position: 1
               position: 1
-              fieldSlug: 'slug'
+              slugField: 'slug'
         slug:
         slug:
           type: string
           type: string
           length: 128
           length: 128