Skip to content

Commit

Permalink
fix: typo in create modal docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lostdesign authored and ifox committed May 15, 2023
1 parent 0963031 commit 24aca2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class BlogController extends BaseModuleController
->onChange('formatPermalink'),
Wysiwyg::make()
->name('description')
->label('Descrription')
->label('Description')
->translatable(),
Input::make()
->name('slug')
Expand Down

0 comments on commit 24aca2e

Please sign in to comment.