From 4f1d27e166614711d532f4008e6d6c298d95d3b0 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Mon, 14 Jul 2025 23:11:32 +0200 Subject: [PATCH] Fix typos --- ch4.md | 4 ++-- ch8.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ch4.md b/ch4.md index 7c8c6a3..6c68209 100644 --- a/ch4.md +++ b/ch4.md @@ -280,8 +280,8 @@ By default, when you render a framework component, Astro automatically renders i Essentially, you get no interactivity from framework components by default.
- #NoJavscriptByDefault -
If Astro launched a Twitter campaign, #NoJavscriptByDefault would make an excellent hashtag.
+ #NoJavascriptByDefault +
If Astro launched a Twitter campaign, #NoJavascriptByDefault would make an excellent hashtag.



diff --git a/ch8.md b/ch8.md index 5bf79b2..fa92109 100644 --- a/ch8.md +++ b/ch8.md @@ -1550,7 +1550,7 @@ Most of these integrations are barely 100 lines of code at the core. Dig into th Building custom integrations isn’t a practice we should leave to the “smart” ones among us. Heck! Writing compilers isn’t a prerequisite! Building upon the explanations and examples discussed here, we’ve seen how mere mortals like us can reach down into the internals of Astro and bend it to our will. Now, put this knowledge to practice. [^1]: What is a sitemap? [https://developers.google.com/search/docs/crawling-indexing/sitemaps/overview](https://developers.google.com/search/docs/crawling-indexing/sitemaps/overview) -[^2]: The injectSctipt option: [https://docs.astro.build/en/reference/integrations-reference/#injectscript-option](https://docs.astro.build/en/reference/integrations-reference/#injectscript-option) +[^2]: The injectScript option: [https://docs.astro.build/en/reference/integrations-reference/#injectscript-option](https://docs.astro.build/en/reference/integrations-reference/#injectscript-option) [^3]: Colours in Javascript console (SO) [https://stackoverflow.com/questions/7505623/colors-in-javascript-console](https://stackoverflow.com/questions/7505623/colors-in-javascript-console) [^4]: Astro integration API: [https://docs.astro.build/en/reference/integrations-reference/](https://docs.astro.build/en/reference/integrations-reference/) [^5]: The Vite configuration options [https://vitejs.dev/config/](https://vitejs.dev/config/)