From 24aca2e1c91b0414c84dc8e4c8e3dfc22e9bb1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?well=C3=A1?= Date: Fri, 12 May 2023 19:10:42 +0200 Subject: [PATCH] fix: typo in create modal docs --- docs/content/2_guides/3_adding-fields-to-the-create-modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2_guides/3_adding-fields-to-the-create-modal.md b/docs/content/2_guides/3_adding-fields-to-the-create-modal.md index 4f7733900..b95ba36c4 100644 --- a/docs/content/2_guides/3_adding-fields-to-the-create-modal.md +++ b/docs/content/2_guides/3_adding-fields-to-the-create-modal.md @@ -47,7 +47,7 @@ class BlogController extends BaseModuleController ->onChange('formatPermalink'), Wysiwyg::make() ->name('description') - ->label('Descrription') + ->label('Description') ->translatable(), Input::make() ->name('slug')