diff --git a/docs/README.md b/docs/README.md
index e9d58fbca..22f848e84 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -37,7 +37,7 @@ You can build apps that leverage IPFS implementations, or use HTTP instead:
#### Using IPFS
-Build an IPFS-native app using one of the many IPFS implementations and tools built by and for Web3 users:
+Build an IPFS-native app using one of the many IPFS implementations and tools built by and for Web3 users:
- To develop IPFS applications using Go and/or interact with IPFS from the terminal, use the [IPFS Kubo implementation in Go](./install/command-line.md).
- If you'd rather use JavaScript, try the [IPFS Helia implementation in JavaScript](https://github.com/ipfs/helia).
diff --git a/docs/concepts/further-reading/academic-papers.md b/docs/concepts/further-reading/academic-papers.md
index 94758b520..3ac80a65a 100644
--- a/docs/concepts/further-reading/academic-papers.md
+++ b/docs/concepts/further-reading/academic-papers.md
@@ -11,7 +11,7 @@ Here are a few papers that are useful for understanding IPFS, whether it be unde
> Original IPFS white paper
-**Benet, Juan**: _The InterPlanetary File System (IPFS) is a peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files. In some ways, IPFS is similar to the Web, but IPFS could be seen as a single BitTorrent swarm, exchanging objects within one Git repository. In other words, IPFS provides a high throughput content-addressed block storage model, with content-addressed hyperlinks. This forms a generalized Merkle DAG, a data structure upon which one can build versioned file systems, blockchains, and even a Permanent Web. IPFS combines a distributed hashtable, an incentivized block exchange, and a self-certifying namespace. IPFS has no single point of failure, and nodes do not need to trust each other._
+**Benet, Juan**: _The InterPlanetary File System (IPFS) is a peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files. In some ways, IPFS is similar to the Web, but IPFS could be seen as a single BitTorrent swarm, exchanging objects within one Git repository. In other words, IPFS provides a high throughput content-addressed block storage model, with content-addressed hyperlinks. This forms a generalized Merkle DAG, a data structure upon which one can build versioned file systems, blockchains, and even a Permanent Web. IPFS combines a distributed hashtable, an incentivized block exchange, and a self-certifying namespace. IPFS has no single point of failure, and nodes do not need to trust each other._
## [Design and Evaluation of IPFS: A Storage Layer for the Decentralized Web](https://ipfs.io/ipfs/bafybeid6doxhzck3me366265u3ony6rbuzv7dze7pjuptxeln24b2qvur4?filename=trautwein2022a.pdf)
diff --git a/docs/concepts/immutability.md b/docs/concepts/immutability.md
index 4a997378a..00a13b894 100644
--- a/docs/concepts/immutability.md
+++ b/docs/concepts/immutability.md
@@ -91,7 +91,7 @@ In the website example, when we change a variable, the CID of the webpage is dif
+----------+
```
-This process is essentially what the [InterPlantery Naming Service (IPNS)](../concepts/ipns.md) does! CIDs can be difficult to deal with and hard to remember, so IPNS saves users from the cumbersome task of dealing with CIDs directly. More importantly, CIDs change with the content because they are the content. Whereas the inbound reference of URLs/pointers stay the same, and the outbound referral changes:
+This process is essentially what the [InterPlanetary Naming Service (IPNS)](../concepts/ipns.md) does! CIDs can be difficult to deal with and hard to remember, so IPNS saves users from the cumbersome task of dealing with CIDs directly. More importantly, CIDs change with the content because they are the content. Whereas the inbound reference of URLs/pointers stay the same, and the outbound referral changes:
```shell
+--------+ +----------------+ +-------------------------------------------------------------+
diff --git a/docs/concepts/what-is-ipfs.md b/docs/concepts/what-is-ipfs.md
index 1b775e61e..75014a484 100644
--- a/docs/concepts/what-is-ipfs.md
+++ b/docs/concepts/what-is-ipfs.md
@@ -5,7 +5,7 @@ description: Learn what IPFS is and isn't.
# What is IPFS
-IPFS is a modular suite of protocols for organizing and transferring data, designed from the ground up with the principles of content addressing and peer-to-peer networking. Because IPFS is open-source, there are multiple implementations of IPFS.
+IPFS is a modular suite of protocols for organizing and transferring data, designed from the ground up with the principles of content addressing and peer-to-peer networking. Because IPFS is open-source, there are multiple implementations of IPFS.
While IPFS has more than one use case, its main use case is for publishing data (files, directories, websites, etc.) in a decentralised fashion.
:::callout
@@ -18,7 +18,7 @@ In this conceptual guide, you'll learn what IPFS is and isn't.
The term _IPFS_ can refer to multiple concepts:
-- An implementation of IPFS protocol [specifications](https://github.com/ipfs/specs), such as Kubo. Learn more about [the principles that define an IPFS implementation](./implementations.md).
+- An implementation of IPFS protocol [specifications](https://github.com/ipfs/specs), such as Kubo. Learn more about [the principles that define an IPFS implementation](./implementations.md).
- A
decentralized network composed of IPFS nodes that is open and participatory.
- A modular suite of protocols and standards for organizing and transferring content-addressed data.
diff --git a/docs/how-to/websites-on-ipfs/multipage-website.md b/docs/how-to/websites-on-ipfs/multipage-website.md
index 830691b0f..28f2e420b 100644
--- a/docs/how-to/websites-on-ipfs/multipage-website.md
+++ b/docs/how-to/websites-on-ipfs/multipage-website.md
@@ -88,7 +88,7 @@ Before we dig into IPFS, let's first create the files we'll need for this mini-p
'Only one spacecraft has flown by Uranus, the Voyager 2.',
'Neptune was discovered in 1846 by Urbain Le Verrier and Johann Galle.',
'Neptune has 14 moons.',
- 'The average temperatue of Neptune is about -201 °C.',
+ 'The average temperature of Neptune is about -201 °C.',
'There is a 1:20 million scale model of the solar system in Sweden.',
'The gap between the Earth and our moon is bigger than the diameters of all the planets combined.',
'The first accurate calculation of the speed of light was using Jupiter\'s moons',