Skip to content

Commit 1e5b959

Browse files
committed
Text corrections
1 parent 88d6894 commit 1e5b959

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

IMPORTERS_EXPORTERS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ These are a set of requirements (or guidelines) of the expectations that need to
6868

6969
```bash
7070
┌───────────┐ ┌──────────┐
71-
┌──────┐ │ │ │ │ ┌───────────────┐
72-
│ DATA │━━━━━▶│ chunker │━━━━━━━▶│ layout │━━━━━━━▶│ DATA formated
73-
└──────┘ │ │ │ │ └───────────────┘
71+
┌──────┐ │ │ │ │ ┌───────────────
72+
│ DATA │━━━━━▶│ chunker │━━━━━━━▶│ layout │━━━━━━━▶│ DATA formatted
73+
└──────┘ │ │ │ │ └───────────────
7474
└───────────┘ └──────────┘
7575
▲ ▲
7676
└─────────────────────────────────┘

img/dex-graphs/arch.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
┌───────────┐ ┌──────────┐
2-
┌──────┐ │ │ │ │ ┌───────────────┐
3-
│ DATA │━━━━━▶│ chunker │━━━━━━━▶│ layout │━━━━━━━▶│ DATA formated
4-
└──────┘ │ │ │ │ └───────────────┘
2+
┌──────┐ │ │ │ │ ┌───────────────
3+
│ DATA │━━━━━▶│ chunker │━━━━━━━▶│ layout │━━━━━━━▶│ DATA formatted
4+
└──────┘ │ │ │ │ └───────────────
55
└───────────┘ └──────────┘
66
▲ ▲
77
└─────────────────────────────────┘

src/architecture/principles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ principle states that the reliability properties of a protocol have to be
119119
supported at its endpoints and not in intermediary nodes. For instance, you can best guarantee
120120
the confidentiality or authenticity of a message by encrypting or signing at one endpoint and
121121
decrypting or verifying at the other rather than asking relaying nodes to implement local
122-
protections. IPFS's aproach to robustness, via CIDs, is well aligned with that principle.
122+
protections. IPFS's approach to robustness, via CIDs, is well aligned with that principle.
123123

124124
## IPFS Implementation Requirements
125125

@@ -247,7 +247,7 @@ authority delegation. This is notably clear in the *URI Ownership* passage of th
247247
> ultimately resides in the hands of a single social entity. Allowing multiple owners
248248
> increases the likelihood of URI collisions.
249249
>
250-
> URI owners may organize or deploy infrastruture [sic] to ensure that representations of
250+
> URI owners may organize or deploy infrastructure [sic] to ensure that representations of
251251
> associated resources are available and, where appropriate, interaction with the resource
252252
> is possible through the exchange of representations. There are social expectations for
253253
> responsible representation management (§3.5) by URI owners. Additional social

src/meta/spec-for-specs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ available RFC2119 keywords are:
151151

152152
It is probably a bad idea to use the SHALL variants, and generally it is best to stick to MUST, SHOULD, MAY,
153153
and their negations. In an ideal world, a :ref[spec] would stick to only using MUST and MUST NOT because
154-
optionality in standards is harmful. In practice, however, some flexibilty can prove necessary.
154+
optionality in standards is harmful. In practice, however, some flexibility can prove necessary.
155155

156156
:::note
157157

@@ -266,7 +266,7 @@ There are two primary types of references: to :ref[definitions] and to full docu
266266
bibliographic references section.
267267

268268
Once a :ref[definition] has been created, it can be referenced with `:ref[definition]`. This includes the synonyms it
269-
was givem, for instance :ref[def].
269+
was given, for instance :ref[def].
270270

271271
It's also possible to reference definitions from other specs by importing those other specs by referencing their :ref[shortnames]
272272
in the `xref` section of the YAML :ref[frontmatter]:

0 commit comments

Comments
 (0)