From 0ff115fdfb76289014a5322098555064dea9b0d2 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 6 Nov 2022 22:06:42 +0100 Subject: [PATCH] docs: fix typo --- apps/docs/src/pages/en/api/form/form-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/pages/en/api/form/form-component.md b/apps/docs/src/pages/en/api/form/form-component.md index 1d9dccc..5cf7c29 100644 --- a/apps/docs/src/pages/en/api/form/form-component.md +++ b/apps/docs/src/pages/en/api/form/form-component.md @@ -128,7 +128,7 @@ The `FormGroup` constructor optionally takes a name property to set the legend f ### Setting up the Submit button -The `Form` component takes an optional `submitControl` property. This property is of type `Submit` which is a especial type for the submit button. +The `Form` component takes an optional `submitControl` property. This property is of type `Submit` which is a special type for the submit button. This implementation is to distinguish the submit button from other buttons and limit the form to only have one of it.