Skip to content

Commit

Permalink
docs: fix grammar mistakes (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaZuiZui committed Nov 1, 2023
1 parent f5fa9fb commit 759b3ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/docs/src/specification/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ outline: deep

We'll talk about all the basic concepts of Vue Vine in this chapter.

Before start using it, you're supposed to know the following conventions:
Before starting to use it, you're supposed to know the following conventions:

- Vine was designed to only support Vue 3 and Vite.
- Vine only supports TypeScript, JavaScript users may not have full experience.
- Vine targets to ESM only, `require` is not supported.
- Vine is designed for ESM only; `require` is not supported.

## File extension

Expand Down Expand Up @@ -72,6 +72,6 @@ function MyComponent(props: {

## Macros

With Vue 3.2 wa released, we can use macros in `<script setup>` block, and [Vue Macros](https://vue-macros.sxzz.moe/) pushed the idea to the extreme, in Vue 3.3, Vue added more built-in macros.
With Vue 3.2 was released, we can use macros in `<script setup>` block, and [Vue Macros](https://vue-macros.sxzz.moe/) pushed the idea to the extreme, in Vue 3.3, Vue added more built-in macros.

In Vine, we just provide a small amount of macros for now, you can check more details in our separated [Macros](./macros.html) chapter. We keep the possibility to add more macros in the future, but every step we take will be cautious.

0 comments on commit 759b3ea

Please sign in to comment.