Skip to content

Commit 32e5e39

Browse files
authored
fix: typo navigation -> navigating (#593)
1 parent 034037f commit 32e5e39

File tree

1 file changed

+2
-2
lines changed
  • content/tutorial/03-sveltekit/08-stores/02-navigating-store

1 file changed

+2
-2
lines changed

Diff for: content/tutorial/03-sveltekit/08-stores/02-navigating-store/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: navigating
33
---
44

5-
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:
5+
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:
66

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

0 commit comments

Comments
 (0)