Skip to content

Commit 04d8091

Browse files
authored
small docs tweak
1 parent 95f7d27 commit 04d8091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getConfigTreeBuilder()
3737
->enumNode('crossorigin')
3838
->defaultFalse()
3939
->values([false, 'anonymous', 'use-credentials'])
40-
->info('crossorigin value when Encore.enableIntegrityHashes is used, can be false (default), anonymous or use-credentials')
40+
->info('crossorigin value when Encore.enableIntegrityHashes() is used, can be false (default), anonymous or use-credentials')
4141
->end()
4242
->booleanNode('cache')
4343
->info('Enable caching of the entry point file(s)')

0 commit comments

Comments
 (0)