Skip to content

Commit

Permalink
DOC Fix typo in Introduction.md
Browse files Browse the repository at this point in the history
Fix typo in 00_Introduction.md
  • Loading branch information
maxime-rainville committed Jun 22, 2023
2 parents 08f04c8 + d61a330 commit ef4d8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/02_Developer_Guides/03_Forms/00_Introduction.md
Expand Up @@ -51,7 +51,7 @@ class PageController extends ContentController
TextField::create('Name', 'Your Name')
);

$actions = FieldList:create(
$actions = FieldList::create(
FormAction::create('doSayHello')->setTitle('Say hello')
);

Expand Down

0 comments on commit ef4d8a5

Please sign in to comment.