Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchuan committed Apr 12, 2022
1 parent 54e07ef commit e1f193f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {

## Name strategy

By default component names will be **namespaced** with its directory names and
By default the component names will be **namespaced** with its directory names and
normalized to **upper camel case**. For example:

```html
Expand Down Expand Up @@ -78,7 +78,7 @@ So that

## Flat

If the `flat` option is set to be true, no namespace is added.
If the `flat` option is set to be true, no namespace will be added.

```js
autoImport({
Expand Down

0 comments on commit e1f193f

Please sign in to comment.