Skip to content

Commit 682052f

Browse files
dostenweaverryan
authored andcommitted
Fixed typo
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | master | Fixed tickets | -
1 parent 106a73b commit 682052f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/definitions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To get an array of the constructor arguments for a definition you can use::
6666
or to get a single argument by its position::
6767

6868
$definition->getArgument($index);
69-
//e.g. $definition->getArguments(0) for the first argument
69+
//e.g. $definition->getArgument(0) for the first argument
7070

7171
You can add a new argument to the end of the arguments array using::
7272

0 commit comments

Comments
 (0)