Skip to content

Commit

Permalink
minor #3358 Add forgotten closing quotes (Zul3s)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0.x-dev branch.

Discussion
----------

Add forgotten closing quotes

I propose simple small correction : a forgotten closing quotes.

Commits
-------

adfc195 Add forgotten closing quotes
  • Loading branch information
javiereguiluz committed Jun 22, 2020
2 parents a6078da + adfc195 commit 4993faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dashboards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ generator to return the menu items::
if ('... some complex expression ...') {
yield MenuItem::section('Blog');
yield MenuItem::linkToCrud('Categories', 'fa fa-tags', Category::class);
yield MenuItem::linkToCrud('Blog Posts', 'fa fa-file-text, BlogPost::class);
yield MenuItem::linkToCrud('Blog Posts', 'fa fa-file-text', BlogPost::class);
}

// ...
Expand Down

0 comments on commit 4993faf

Please sign in to comment.