Skip to content

Commit de65490

Browse files
authored
Minor grammar fixes (ipfs#1530)
1 parent 226d114 commit de65490

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ New to IPFS? Start with
1414
[the 3-page Basic Concepts](./concepts/README.md#learn-the-basics).
1515
:::
1616

17-
- Learn what IPFS is and isn't, the problems it solves, the different subsystems that it is comprised of and how each one works in [the Basic Concepts](./concepts/README.md#learn-the-basics).
17+
- Learn what IPFS is and isn't, the problems it solves, the different subsystems that it is composed of and how each one works in [the Basic Concepts](./concepts/README.md#learn-the-basics).
1818
- Dive into ideas like hashing, immutability, persistence (and more) that underlie IPFS in [Ideas and theory](./concepts/README.md#ideas-and-theory).
19-
- Learn more about the subsystems that IPFS is comprised of in [Subsystems and components](./concepts/README.md#subsystems-and-components)
19+
- Learn more about the subsystems that IPFS is composed of in [Subsystems and components](./concepts/README.md#subsystems-and-components)
2020
- Get an [overview of IPFS implementations](./concepts/ipfs-implementations.md).
2121
- [Compare IPFS to other similar systems](./concepts/comparisons.md).
2222
- Understand the project history, ecosystem status and more in the [Project section](./project/README.md).

docs/concepts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: Get started on understanding the key ingredients in the decentraliz
77

88
Welcome to the Concepts section of the InterPlanetary File System (IPFS) docs. Here, you can:
99

10-
- Learn what IPFS is and isn't, the problems it solves, the different subsystems that it is comprised of and how each one works in [the 3-page Basic Concepts](#learn-the-basics).
10+
- Learn what IPFS is and isn't, the problems it solves, the different subsystems that it is composed of and how each one works in [the 3-page Basic Concepts](#learn-the-basics).
1111
- Dive into ideas like hashing, immutability, persistence (and more) that underlie IPFS in [Ideas and theory](#ideas-and-theory)
12-
- Learn more about the subsystems that IPFS is comprised of in [Subsystems and components](#subsystems-and-components)
12+
- Learn more about the subsystems that IPFS is composed of in [Subsystems and components](#subsystems-and-components)
1313
- Get an [overview of IPFS implementations](../concepts/ipfs-implementations.md).
1414
- [Compare IPFS to other similar systems](../concepts/comparisons.md).
1515
- Get answers to common questions about IPFS in [the FAQ](../concepts/faq.md).

docs/concepts/how-ipfs-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how the InterPlanetary File System (IPFS) works and why it's
55

66
# How IPFS works
77

8-
In this conceptual guide, you'll learn about the major subsystems that <VueCustomTooltip label="InterPlanetary File System" abbreviation is-small>IPFS</VueCustomTooltip> is comprised of, and how they work. The three key responsibilities of the IPFS subsystems are:
8+
In this conceptual guide, you'll learn about the major subsystems that <VueCustomTooltip label="InterPlanetary File System" abbreviation is-small>IPFS</VueCustomTooltip> is composed of, and how they work. The three key responsibilities of the IPFS subsystems are:
99
- **Representing and addressing data**
1010
- **Routing data**
1111
- **Transferring data**

docs/concepts/ipfs-solves.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ IPFS seeks to address problems with the current web and existing data representa
2020
In this guide, you'll learn about each of the problems that IPFS solves.
2121

2222
:::callout
23-
This guide is part 2 of a 3-part introduction to [the basic concepts of IPFS](../concepts/README.md#learn-the-basics). The third part, [**How IPFS Works**](../concepts/how-ipfs-works.md), covers the different subsystems that IPFS is comprised of and how each one works.
23+
This guide is part 2 of a 3-part introduction to [the basic concepts of IPFS](../concepts/README.md#learn-the-basics). The third part, [**How IPFS Works**](../concepts/how-ipfs-works.md), covers the different subsystems that IPFS is composed of and how each one functions.
2424
:::
2525

2626
## Verifiability
@@ -61,7 +61,7 @@ IPFS prevents <VueCustomTooltip label="When a user is forced to continue using a
6161

6262
## Further reading
6363

64-
- New to IPFS and wanting to dive deeper into the different subsystems that IPFS is comprised of and how each one works? See part 3, [**How IPFS Works**](how-ipfs-works.md), of the [introduction to the basic concepts of IPFS](README.md#learn-the-basics)
64+
- New to IPFS and wanting to dive deeper into the different subsystems that IPFS is composed of and how each one works? See part 3, [**How IPFS Works**](how-ipfs-works.md), of the [introduction to the basic concepts of IPFS](README.md#learn-the-basics)
6565
- Are you looking for a list of implementations of the IPFS protocol, as well as more information on each implementation? See the [IPFS Implementations page](ipfs-implementations.md).
6666
- Do you want to learn how IPFS is used by storage networks and other applications, or looking for inspiration for your own IPFS application? See the [usage ideas and examples](usage-ideas-examples.md).
6767
- Are you interested in comparing IPFS to other similar technologies? See the [IPFS Comparisons page](comparisons.md).

docs/concepts/what-is-ipfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The term _IPFS_ can refer to multiple concepts:
2020

2121
- An <VueCustomTooltip label="Software, written in any programming language, with functionality to process and transmit content-addressed data. Some implementations are optimized for specific use cases or devices, or use different subsystems to handle content-addressed data. There are multiple specififactions in IPFS for handling content-addressed data, and not all implementations implement them." underlined multiline is-medium>implementation</VueCustomTooltip> of IPFS protocol [specifications](https://github.com/ipfs/specs), such as <VueCustomTooltip label="The first implementation of IPFS, written in Go." underlined multiline>Kubo</VueCustomTooltip>.
2222
- A
23-
<VueCustomTooltip label="A network of computers in which multiple servers act as a single processing point, without having a central server to manage network activity." underlined multiline is-medium>decentralized network</VueCustomTooltip> comprised of <VueCustomTooltip label="Computers participating in an IPFS network by running an IPFS implementation. Also referred to as peers" underlined multiline>IPFS nodes</VueCustomTooltip> that is open and participatory.
23+
<VueCustomTooltip label="A network of computers in which multiple servers act as a single processing point, without having a central server to manage network activity." underlined multiline is-medium>decentralized network</VueCustomTooltip> composed of <VueCustomTooltip label="Computers participating in an IPFS network by running an IPFS implementation. Also referred to as peers" underlined multiline>IPFS nodes</VueCustomTooltip> that is open and participatory.
2424
- A modular suite of protocols and standards for organizing and transferring content-addressed data.
2525

2626
## What IPFS _isn't_

0 commit comments

Comments
 (0)