Skip to content

Commit

Permalink
NGSTACK-842: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Jun 28, 2024
1 parent 39946b4 commit c11032b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private function addObjectStatesSection(ArrayNodeDefinition $nodeDefinition): vo
?->end()
->end()
->arrayNode('hidden')
->info('Configure hidden bject states and groups used for scheduled visibility mechanism')
->info('Configure hidden object states and groups used for scheduled visibility mechanism')
->addDefaultsIfNotSet()
->children()
->integerNode('object_state_id')
Expand Down

0 comments on commit c11032b

Please sign in to comment.