Skip to content

Commit

Permalink
docs: improve sentence clarity in description.md (#2690)
Browse files Browse the repository at this point in the history
Update line 9:
Original: "describe how the HTML should look like based on.."
Update: "describe how the HTML should look based on.."
  • Loading branch information
jacobrobertsdev committed Feb 13, 2024
1 parent caa5b8d commit 88c8ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorial/src/step-2/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ What you see in the editor is a Vue Single-File Component (SFC). An SFC is a reu

</div>

The core feature of Vue is **declarative rendering**: using a template syntax that extends HTML, we can describe how the HTML should look like based on JavaScript state. When the state changes, the HTML updates automatically.
The core feature of Vue is **declarative rendering**: using a template syntax that extends HTML, we can describe how the HTML should look based on JavaScript state. When the state changes, the HTML updates automatically.

<div class="composition-api">

Expand Down

0 comments on commit 88c8ec7

Please sign in to comment.