You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/docs/md/conventions/components.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Let's look at the lifecycle of a component we'll call `DeleteButton`. This compo
17
17
5. The client encounters a `script` tag and downloads it from the server.
18
18
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.
19
19
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.
0 commit comments