Skip to content

Commit 1a54772

Browse files
committed
docs: add () after method name
1 parent 99ae8bd commit 1a54772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/outgoing/view_cells.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ If you need to perform additional logic before the view is rendered, you can imp
142142

143143
.. literalinclude:: view_cells/018.php
144144

145-
You can pass additional parameters to the ``mount()`` method by passing them as an array to the ``view_cell()`` helper function. Any of the parameters sent that match a parameter name of the ``mount`` method will be passed in:
145+
You can pass additional parameters to the ``mount()`` method by passing them as an array to the ``view_cell()`` helper function. Any of the parameters sent that match a parameter name of the ``mount()`` method will be passed in:
146146

147147
.. literalinclude:: view_cells/019.php
148148

0 commit comments

Comments
 (0)