Skip to content

Commit

Permalink
Typo fix (mdn#15229)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Apr 22, 2022
1 parent f0e7aeb commit 75dc70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlelement/attachinternals/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ browser-compat: api.HTMLElement.attachInternals
---
{{APIRef('DOM')}}

The **`HTMLElement.attachInternals()`** method returns a {{domxref("ElementInternals")}} object. This method allows a [custom element](/en-US/docs/Web/Web_Components/Using_custom_elements) to participate in HTML forms. The `ElementInternals` interface provides utilities for working with these elements in the same way you would work with any standard HTML form element, and also exposes the [Accessibility Object Model](https://wicg.github.io/aom/explainer.html) to the element.
The **`HTMLElement.attachInternals()`** method returns an {{domxref("ElementInternals")}} object. This method allows a [custom element](/en-US/docs/Web/Web_Components/Using_custom_elements) to participate in HTML forms. The `ElementInternals` interface provides utilities for working with these elements in the same way you would work with any standard HTML form element, and also exposes the [Accessibility Object Model](https://wicg.github.io/aom/explainer.html) to the element.

## Syntax

Expand Down

0 comments on commit 75dc70d

Please sign in to comment.