소스 검색

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