From 447c3d5049a2efe0424fd5ca8528c36510a315f6 Mon Sep 17 00:00:00 2001 From: Isabel Leccese Date: Sun, 6 Mar 2022 10:07:36 -0500 Subject: [PATCH] fix typo --- .../tutorial/17-module-context/02-module-exports/text.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/tutorial/17-module-context/02-module-exports/text.md b/site/content/tutorial/17-module-context/02-module-exports/text.md index d5b4b96621..ec8364da22 100644 --- a/site/content/tutorial/17-module-context/02-module-exports/text.md +++ b/site/content/tutorial/17-module-context/02-module-exports/text.md @@ -16,7 +16,7 @@ Anything exported from a `context="module"` script block becomes an export from ``` -...we can then import it from `App.svelte`... +...we can then import it in `App.svelte`... ```html