Skip to content

docs: fix typos #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If this value set be `true`, the component will search the closest parent elemen
- Default: `+new Date()`
- Details:

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.
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.

## Slots

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

#### $state.error

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

#### $state.reset

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ import InfiniteLoading from 'vue-infinite-loading';
Vue.use(InfiniteLoading, { /* options */ });
```

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.
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.