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 61ba57a commit 5a28728
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 @@ -54,7 +54,7 @@ A resulting string using `createHTML` function is created using the `HTMLDirecti

#### HTML Binding Directives

The `HTMLBindingDirective` applies bindings to items identified as various `TemplateValue` within the `html` tag template. The `createHTML` step uses the factory associated with the binding to create strings in the markup using the factory's ID.
The `HTMLBindingDirective` applies bindings to items identified as various `TemplateValue`s within the `html` tagged template. The `createHTML` step uses the factory associated with the binding to create strings in the markup using the factory's ID.

```mermaid
flowchart TD
Expand Down

0 comments on commit 5a28728

Please sign in to comment.