Skip to content

Commit 092d4aa

Browse files
Fix typo in doc (#445)
1 parent eac2a7a commit 092d4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Register the bundle with your kernel:
3232

3333
```php
3434
// in AppKernel::registerBundles()
35-
$bundles = [array(]
35+
$bundles = [
3636
// ...
3737
new Lexik\Bundle\TranslationBundle\LexikTranslationBundle(),
3838
// ...

0 commit comments

Comments
 (0)