Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Feb 9, 2021
1 parent 6dee4e4 commit bf83760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/action_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Here is an example::

// you may also use a custom accessor
->add('description1', null, [
'accessor' => 'getDescription'
'accessor' => 'description'
])
->add('description2', null, [
'accessor' => function ($subject) {
Expand Down

0 comments on commit bf83760

Please sign in to comment.