Skip to content

Commit daa5245

Browse files
authored
style: lint web-components.md
1 parent dcf97a8 commit daa5245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/front-end/web-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The [WHATWG](https://html.spec.whatwg.org/multipage/custom-elements.html) and [W
1313
These are collectively referred to as "web components", and represent the browsers' native component model for web developers.
1414

1515
Broadly speaking, every web component is a custom element - a specific, globally-recognized tag-name which becomes associated with a class extending HTMLElement in JavaScript. Web components can also make use of the related technologies.
16-
16+
1717
## Recommended Components
1818

1919
- [Lit](https://lit.dev) (for authoring components)
@@ -41,7 +41,7 @@ Broadly speaking, every web component is a custom element - a specific, globally
4141

4242
### Our Experiences Using Web Components at Red Hat
4343

44-
- Design Systems
44+
- Design Systems
4545
- PFE
4646
- RHDS
4747
- HTML-first / MPAs

0 commit comments

Comments
 (0)