Skip to content

Commit c3e43c8

Browse files
7heMechRich-Harris
andauthored
Fix typo (sveltejs#347)
* Fix typo * Update content/tutorial/02-advanced-svelte/01-motion/01-tweens/README.md --------- Co-authored-by: Rich Harris <hello@rich-harris.dev>
1 parent e806416 commit c3e43c8

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
@@ -2,7 +2,7 @@
22
title: Tweens
33
---
44

5-
Now that we've covered the basics of SvelteKit, it's time to learn some advanced Svelte techniques, starting with _motion_.
5+
Now that we've covered the basics, it's time to learn some advanced Svelte techniques, starting with _motion_.
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

0 commit comments

Comments
 (0)