Skip to content

Commit 8cc995f

Browse files
authored
tweak (sveltejs#540)
Co-authored-by: Rich Harris <[email protected]>
1 parent 76a1389 commit 8cc995f

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/02-advanced-svelte/01-motion/01-tweens

1 file changed

+1
-1
lines changed

content/tutorial/02-advanced-svelte/01-motion/01-tweens/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Now that we've covered the basics, it's time to learn some advanced Svelte techn
66

77
Setting values and watching the DOM update automatically is cool. Know what's even cooler? Tweening those values. Svelte includes tools to help you build slick user interfaces that use animation to communicate changes.
88

9-
Let's start by changing the `progress` store to a `tweened` value:
9+
Let's start by changing the `progress` store to a `tweened` store:
1010

1111
```svelte
1212
/// file: App.svelte

0 commit comments

Comments
 (0)