Skip to content

Commit

Permalink
docs: minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
klees committed Oct 18, 2024
1 parent 13a9dbd commit 6ac2cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/components-and-directories.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class Component implements \ILIAS\Core\Component
array | \ArrayAccess &$define,
// ...
) {
$define[] = Vendor\Component\Service::class];
$define[] = Vendor\Component\Service::class;
}
```

Expand Down

0 comments on commit 6ac2cfa

Please sign in to comment.