diff --git a/src/content/docs/en/astro-courses.mdx b/src/content/docs/en/astro-courses.mdx
index 8f48e35c5c69a..c13b2ce7331d7 100644
--- a/src/content/docs/en/astro-courses.mdx
+++ b/src/content/docs/en/astro-courses.mdx
@@ -51,7 +51,4 @@ Learn from your fellow astronauts with curated collections of guides, articles,
href="https://get.supportsquid.ink/"
description="An open, public Astro support forum and knowledge base outside of the Astro Discord."
/>
-
-
-
-
+
\ No newline at end of file
diff --git a/src/content/docs/en/contribute.mdx b/src/content/docs/en/contribute.mdx
index c0fbe8319e358..a70dc0a9e2b7e 100644
--- a/src/content/docs/en/contribute.mdx
+++ b/src/content/docs/en/contribute.mdx
@@ -8,12 +8,12 @@ import ContributorList from '~/components/ContributorList.astro'
We welcome contributions of any size and contributors of any skill level. As an open-source project, we believe in giving back to our contributors. We are happy to help with guidance on PRs, technical writing, and turning any feature idea into a reality.
:::tip[Open Issues]
-Browse [all of Astro's open GitHub issues tagged `help wanted` and `good first issues`](https://github.com/search?q=org%3Awithastro+label%3A%22good+first+issue%22%2C%22help+wanted%22%2C+state%3Aopen&type=issues) for all the code repositories: Astro code, documentation, Starlight, Astro websites, language tools, GitHub Actions, bots, the compiler... there are lots of places to contribute!
+Browse [All of Astro's open GitHub issues tagged `help wanted` and `good first issues`](https://github.com/search?q=org%3Awithastro+label%3A%22good+first+issue%22%2C%22help+wanted%22%2C+state%3Aopen&type=issues) for all the code repositories: Astro code, documentation, Starlight, Astro websites, language tools, GitHub Actions, bots, the compiler... there are lots of places to contribute!
:::
Want to get even more involved? See our [Governance doc](https://github.com/withastro/.github/blob/main/GOVERNANCE.md) for detailed descriptions of different roles, maintainer nomination processes, code review processes, and Code of Conduct enforcement.
-## Ways to Contribute
+## Ways to contribute
### Project repositories
@@ -51,6 +51,6 @@ Please visit our dedicated site [*Astro Docs* Docs](https://contribute.docs.astr
## Our contributors
-These docs are brought to you by all these helpful people. [Join us on GitHub!](https://github.com/withastro/docs)
+All these helpful people bring you these docs. [Join us on GitHub!](https://github.com/withastro/docs)
-
+
\ No newline at end of file
diff --git a/src/content/docs/en/develop-and-build.mdx b/src/content/docs/en/develop-and-build.mdx
index 04fbca534f437..c7fec8c147576 100644
--- a/src/content/docs/en/develop-and-build.mdx
+++ b/src/content/docs/en/develop-and-build.mdx
@@ -143,5 +143,4 @@ Explore the guides below to customize your development experience.
Build a fully functional Astro blog starting from a single blank page in our [introductory tutorial](/en/tutorial/0-introduction/).
-This is a great way to see how Astro works and walks you through the basics of pages, layouts, components, routing, islands, and more. It also includes an optional, beginner-friendly unit for those newer to web development concepts in general, which will guide you through installing the necessary applications on your computer, creating a GitHub account, and deploying your site.
-
+This is a great way to see how Astro works and walks you through the basics of pages, layouts, components, routing, islands, and more. It also includes an optional, beginner-friendly unit for those newer to web development concepts in general, which will guide you through installing the necessary applications on your computer, creating a GitHub account, and deploying your site.
\ No newline at end of file