Skip to content

Commit

Permalink
docs: fix minor grammatical mistake (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
magbello157 committed Dec 12, 2023
1 parent 51ccfee commit 4151f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/component-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Components allow us to split the UI into independent and reusable pieces, and th

<!-- https://www.figma.com/file/qa7WHDQRWuEZNRs7iZRZSI/components -->

This is very similar to how we nest native HTML elements, but Vue implements its own component model that allow us to encapsulate custom content and logic in each component. Vue also plays nicely with native Web Components. If you are curious about the relationship between Vue Components and native Web Components, [read more here](/guide/extras/web-components).
This is very similar to how we nest native HTML elements, but Vue implements its own component model that allows us to encapsulate custom content and logic in each component. Vue also plays nicely with native Web Components. If you are curious about the relationship between Vue Components and native Web Components, [read more here](/guide/extras/web-components).

## Defining a Component {#defining-a-component}

Expand Down

0 comments on commit 4151f82

Please sign in to comment.