Skip to content

Commit d79ea27

Browse files
valevozPeachScript
authored andcommitted
docs: fix typos (#211)
1 parent ce7f4ab commit d79ea27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If this value set be `true`, the component will search the closest parent elemen
5454
- Default: `+new Date()`
5555
- Details:
5656

57-
The comopnent will be reset if this property has changed, just like recreating a new comopnent, usually used when the case has filter or tabs.
57+
The component will be reset if this property has changed, just like recreating a new component, usually used when the case has filter or tabs.
5858

5959
## Slots
6060

@@ -111,7 +111,7 @@ Inform the component that all the data has been loaded successfully, if the `$st
111111

112112
#### $state.error
113113

114-
Inform the comopnent that this loading failed, the content of `error` slot will be diplayed.
114+
Inform the component that this loading failed, the content of `error` slot will be displayed.
115115

116116
#### $state.reset
117117

docs/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ import InfiniteLoading from 'vue-infinite-loading';
6464
Vue.use(InfiniteLoading, { /* options */ });
6565
```
6666

67-
Same as the `script` include way, the `InfiniteLoading` component will be registered as a global comopnent if use the plugin API, you don't need to re-register it through `components` property in your own components.
67+
Same as the `script` include way, the `InfiniteLoading` component will be registered as a global component if use the plugin API, you don't need to re-register it through `components` property in your own components.

0 commit comments

Comments
 (0)