diff --git a/AGENTS.md b/AGENTS.md
index 3a8a966fd117..c30c97b651f0 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -116,7 +116,7 @@ Use `pnpm -C
` for project-local script commands when working in
# `bgproc`
-Use `pnpm exec bgproc` to start, stop, and manage long-running `astro dev` & `astro preview` servers in the background. Do not manually start detatched servers with `&` if you can use `bgproc` instead.
+Use `pnpm exec bgproc` to start, stop, and manage long-running `astro dev` & `astro preview` servers in the background. Do not manually start detached servers with `&` if you can use `bgproc` instead.
Use `pnpm exec bgproc --help` to see all available commands.
diff --git a/packages/astro/src/core/logger/core.ts b/packages/astro/src/core/logger/core.ts
index 05d79929746e..511d7d08916d 100644
--- a/packages/astro/src/core/logger/core.ts
+++ b/packages/astro/src/core/logger/core.ts
@@ -248,7 +248,7 @@ export class AstroLogger {
}
/**
- * It calls the `flush` function of the provided destinatin, if it exists.
+ * It calls the `flush` function of the provided destination, if it exists.
*/
flush() {
if (this.options.destination.flush) {