Skip to content

Commit 3a4f15e

Browse files
authored
typo fix (#144)
1 parent 0bca2e6 commit 3a4f15e

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/02-sveltekit/02-routing/03-params

1 file changed

+1
-1
lines changed

content/tutorial/02-sveltekit/02-routing/03-params/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Let's create that file:
1414

1515
We can now navigate from the `/blog` page to individual blog posts. In the next chapter, we'll see how to load their content.
1616

17-
> Multiple route parameters can appear _within_ one URL segment, as long as they are separated by at least one static character: `foo/[bar]x[baz]` is a valid route where `[bar]` and `[bar]` are dynamic parameters.
17+
> Multiple route parameters can appear _within_ one URL segment, as long as they are separated by at least one static character: `foo/[bar]x[baz]` is a valid route where `[bar]` and `[baz]` are dynamic parameters.

0 commit comments

Comments
 (0)