Skip to content

Commit

Permalink
Update introduction.md
Browse files Browse the repository at this point in the history
Using 'and' between declarative and component-based implies (grammatically speaking) a direct connection between the concepts, as if they are in some sense one. This is not the case. Also, the bit about complexity is over-wrought and clunky. I simplified it.
  • Loading branch information
joedeluca committed Mar 29, 2024
1 parent ca0a18c commit fd9508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ footer: false

## What is Vue? {#what-is-vue}

Vue (pronounced /vjuː/, like **view**) is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS, and JavaScript and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be they simple or complex.
Vue (pronounced /vjuː/, like **view**) is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS, and JavaScript and provides a declarative, component-based programming model that helps you efficiently develop user interfaces of any complexity.

Here is a minimal example:

Expand Down

0 comments on commit fd9508d

Please sign in to comment.