diff --git a/packages/web-components/fast-element/ARCHITECTURE.md b/packages/web-components/fast-element/ARCHITECTURE.md index 7a8dbc32e78..e10d88494c0 100644 --- a/packages/web-components/fast-element/ARCHITECTURE.md +++ b/packages/web-components/fast-element/ARCHITECTURE.md @@ -20,7 +20,7 @@ flowchart TD F[Compose with FASTElement.compose to include template and styles] --> G[Define the component in the browser with FASTElement.define] ``` -Let's take a close look at the compose and define steps to see what the FAST architecture is doing. +Let's take a look at the compose step to see what the FAST architecture is doing at this stage. ### Composing a Custom Element