From 2f71bc93330c05bec275e55d07cc4d6a6ab2e74f Mon Sep 17 00:00:00 2001 From: Isabel Leccese Date: Sun, 6 Mar 2022 10:46:48 -0500 Subject: [PATCH] [docs] fix typo (#7344) --- .../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