diff --git a/files/en-us/web/html/element/input/submit/index.md b/files/en-us/web/html/element/input/submit/index.md index 0c51a87c7df5300..1f6abc9ca68bb6b 100644 --- a/files/en-us/web/html/element/input/submit/index.md +++ b/files/en-us/web/html/element/input/submit/index.md @@ -52,7 +52,7 @@ A string that identifies the encoding method to use when submitting the form dat - `text/plain` - : Plain text; mostly useful only for debugging, so you can easily see the data that's to be submitted. -If specified, the value of the `formenctype` attribute overrides the owning form's [`action`](/en-US/docs/Web/HTML/Element/form#action) attribute. +If specified, the value of the `formenctype` attribute overrides the owning form's [`enctype`](/en-US/docs/Web/HTML/Element/form#enctype) attribute. This attribute is also available on [``](/en-US/docs/Web/HTML/Element/input/image) and {{HTMLElement("button")}} elements.