Skip to content

Commit a35568e

Browse files
committed
fix readme
1 parent 6be9d5f commit a35568e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ import FallbackComponent, from './fallback.vue';
148148
If you only want to catch some errors, you can pass in `include:string[] | RegExp` or
149149
`exclude:string[] | RegExp` props.
150150

151-
**TIPS: if the include and exclude types are string[], will match error.message and error.name, if
152-
include and exclude type is RegExp, only match error.message**
151+
**TIPS: If include or exclude is of type string[], will match error.message and error.name, if
152+
include or exclude is of type RegExp, only match error.message**
153153

154154
```vue
155155
<script lang="ts" setup>

0 commit comments

Comments
 (0)