Преглед изворни кода

Merge pull request #119 from helmer/patch-1

fixed sluggable documentation typo
Christophe Coevoet пре 14 година
родитељ
комит
5f9f880aa6
1 измењених фајлова са 2 додато и 2 уклоњено
  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:
             sluggable:
               position: 0
-              fieldSlug: 'slug'
+              slugField: 'slug'
         code:
           type: string
           length: 16
           gedmo:
             sluggable:
               position: 1
-              fieldSlug: 'slug'
+              slugField: 'slug'
         slug:
           type: string
           length: 128