Skip to content

Commit 6183b4e

Browse files
macdonstcolepeters
andauthored
Update app/docs/md/conventions/components.md
Co-authored-by: Cole Peters <[email protected]>
1 parent dc71a29 commit 6183b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/docs/md/conventions/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Let's look at the lifecycle of a component we'll call `DeleteButton`. This compo
1717
5. The client encounters a `script` tag and downloads it from the server.
1818
6. This `script` tag includes the code for `DeleteButton` so it is evaluated and executed. When executed the `custom-elements.define('delete-button', DeleteButton)` method will be called, thus registering your web component with the browser.
1919

20-
This progressively enhances your, presentation only element, into an interactive client side web component.
20+
This progressively enhances your presentational element into an interactive client side web component.
2121

2222
## Naming
2323

0 commit comments

Comments
 (0)