Explorar o código

Merge pull request #119 from helmer/patch-1

fixed sluggable documentation typo
Christophe Coevoet %!s(int64=14) %!d(string=hai) anos
pai
achega
5f9f880aa6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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