Skip to content

Commit

Permalink
Update packages/web-components/fast-element/ARCHITECTURE.md
Browse files Browse the repository at this point in the history
Co-authored-by: John Kreitlow <[email protected]>
  • Loading branch information
janechu and radium-v authored Oct 30, 2024
1 parent 324cff7 commit 101cbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/fast-element/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document explains various logical flows for how a `FASTElement` is composed

## What is FASTElement?

`FASTElement` is an extension of `HTMLElement` which makes use of Custom Element APIs native to the browser. It also supplies the following methods `compose`, `define`, and `from`.
`FASTElement` is an extension of `HTMLElement` which makes use of Custom Element APIs native to the browser. It also supplies the following methods:

- The `compose` method combines the Custom Element name, template, style, and other options to create the definition for the Custom Element.
- The `define` method makes use of the native Custom Element `define` to register the Custom Element with a Custom Element Registry.
Expand Down

0 comments on commit 101cbb3

Please sign in to comment.