From dbd4f405e9431aad72d0e6a343ddbc10f53fc901 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 14 Dec 2023 15:04:49 -0500 Subject: [PATCH] tweak --- .../tutorial/02-advanced-svelte/01-motion/01-tweens/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorial/02-advanced-svelte/01-motion/01-tweens/README.md b/content/tutorial/02-advanced-svelte/01-motion/01-tweens/README.md index 9f494068e..68f96f811 100644 --- a/content/tutorial/02-advanced-svelte/01-motion/01-tweens/README.md +++ b/content/tutorial/02-advanced-svelte/01-motion/01-tweens/README.md @@ -6,7 +6,7 @@ Now that we've covered the basics, it's time to learn some advanced Svelte techn 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. -Let's start by changing the `progress` store to a `tweened` value: +Let's start by changing the `progress` store to a `tweened` store: ```svelte /// file: App.svelte