Skip to content

Commit 1d04070

Browse files
committed
docs: remove unneeded method name
1 parent eac45b1 commit 1d04070

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
@@ -256,7 +256,7 @@ You can pass additional parameters to the ``mount()`` method by passing them as
256256
}
257257

258258
// Called in main View:
259-
<?= view_cell('RecentPosts::show', ['categoryId' => 5]); ?>
259+
<?= view_cell('RecentPosts', ['categoryId' => 5]); ?>
260260

261261
************
262262
Cell Caching

0 commit comments

Comments
 (0)