Skip to content
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

fix typos in README.md #3

Merged
merged 1 commit into from Dec 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -61,7 +61,7 @@ routes: [
]
```

Then, you need to use **`v-smart-routes`** directive to connect poosible routes you asked with **`search`**:
Then, you need to use **`v-smart-routes`** directive to connect possible routes you asked with **`search`**:

```vue
<template>
Expand All @@ -80,7 +80,7 @@ export default {
</script>
```

Now, `routes` and `search` are connected eachother and `routes` will be **smartly calculated** according to `search` property.
Now, `routes` and `search` are connected each other and `routes` will be **smartly calculated** according to `search` property.

> Following examples are styled. **`vue-smart-route` does not contain any style or component.**

Expand Down Expand Up @@ -215,7 +215,7 @@ According to this example, you will be able to navigate your user to the mail ap

## Async Route Generation (Autocomplete-like)

**vue-smart-route** supports `async routes` that you can generate routes on demand, on runtime. To to that, you should use `async routes` method to matcher:
**vue-smart-route** supports `async routes` that you can generate routes on demand, on runtime. To do that, you should use `async routes` method to matcher:

```js
smart: {
Expand Down