diff --git a/content/tutorial/01-svelte/01-introduction/03-dynamic-attributes/README.md b/content/tutorial/01-svelte/01-introduction/03-dynamic-attributes/README.md
index 2f049885b..e03524b1a 100644
--- a/content/tutorial/01-svelte/01-introduction/03-dynamic-attributes/README.md
+++ b/content/tutorial/01-svelte/01-introduction/03-dynamic-attributes/README.md
@@ -11,7 +11,7 @@ Our image is missing a `src` — let's add one:
```
-That's better. But Svelte is giving us a warning:
+That's better. But if you hover over the `
` in the editor, Svelte is giving us a warning:
> A11y: <img> element should have an alt attribute
diff --git a/content/tutorial/01-svelte/01-introduction/05-nested-components/README.md b/content/tutorial/01-svelte/01-introduction/05-nested-components/README.md
index c031ce63b..ee310890b 100644
--- a/content/tutorial/01-svelte/01-introduction/05-nested-components/README.md
+++ b/content/tutorial/01-svelte/01-introduction/05-nested-components/README.md
@@ -4,7 +4,7 @@ title: Nested components
It would be impractical to put your entire app in a single component. Instead, we can import components from other files and include them in our markup.
-Add a `
- The {name}
package is {speed} fast. Download version {version}
- from
- npm
- and learn more here
+ The {name}
package is {speed} fast. Download version {version} from
+ npm and learn more here