Skip to content

Commit

Permalink
fix: typo navigation -> navigating (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
shammellee authored Feb 28, 2024
1 parent 034037f commit 32e5e39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: navigating
---

The `navigating` store represents the current navigation. When a navigation starts — because of a link click, or a back/forward navigation, or a programmatic `goto` — the value of `navigation` will become an object with the following properties:
The `navigating` store represents the current navigation. When a navigation starts — because of a link click, or a back/forward navigation, or a programmatic `goto` — the value of `navigating` will become an object with the following properties:

- `from` and `to` — objects with `params`, `route` and `url` properties
- `type` — the type of navigation, e.g. `link`, `popstate` or `goto`
Expand Down Expand Up @@ -32,4 +32,4 @@ It can be used to show a loading indicator for long-running navigations. In this
</nav>
<slot />
```
```

0 comments on commit 32e5e39

Please sign in to comment.