Skip to content

Commit

Permalink
Fix typo "Contentype"
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse committed Jan 15, 2015
1 parent 11965c1 commit ea3def3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -73,7 +73,7 @@ private function addCommonSettings( NodeBuilder $nodeBuilder )
->end()
->arrayNode( "match" )
->info( 'Condition matchers configuration. You can use the same matchers as for selecting content view templates.' )
->example( array( 'Identifier\\Contentype' => array( 'article', 'blog_post' ) ) )
->example( array( 'Identifier\\ContentType' => array( 'article', 'blog_post' ) ) )
->useAttributeAsKey( "matcher" )
->prototype( "variable" )->end()
->end()
Expand Down
2 changes: 1 addition & 1 deletion Resources/doc/02-configuration.md
Expand Up @@ -35,7 +35,7 @@ ez_comments:
# Condition matchers configuration. You can use the same matchers as for selecting content view templates.
match:
# Example:
Identifier\Contentype:
Identifier\ContentType:
- article
- blog_post

Expand Down

0 comments on commit ea3def3

Please sign in to comment.