Pārlūkot izejas kodu

Merge pull request #119 from helmer/patch-1

fixed sluggable documentation typo
Christophe Coevoet 14 gadi atpakaļ
vecāks
revīzija
5f9f880aa6
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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