Skip to content

Commit

Permalink
Fix typo in dashboard docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MizouziE authored Aug 29, 2022
1 parent 6203a8a commit c65f512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/dashboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return [
'routePrefix' => 'work', // optional, if the module is living under a specific routes group
'count' => true, // show total count with link to index of this module
'create' => true, // show link in create new dropdown
'activity' => true, // show activities on this module in actities list
'activity' => true, // show activities on this module in activities list
'draft' => true, // show drafts of this module for current user
'search' => true, // show results for this module in global search
],
Expand Down

0 comments on commit c65f512

Please sign in to comment.