Skip to content

Commit a00bee8

Browse files
committed
Spelling
1 parent 0c73dba commit a00bee8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/concepts/content-addressing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ v1.toV0().toString()
9393

9494
:::callout
9595
**See CID conversion in action**
96-
See the [interactive code sandbox](#codesandbox-converting-between-cid-versions-and-encodings) for an example JS application that converts between CID versions and ecnodings.
96+
See the [interactive code sandbox](#codesandbox-converting-between-cid-versions-and-encodings) for an example JS application that converts between CID versions and encodings.
9797
:::
9898

9999
### Converting between CID base encodings
@@ -119,7 +119,7 @@ const cidV1Bytes = cidV1.bytes
119119

120120
:::callout
121121
**See CID conversion in action**
122-
See the [interactive code sandbox](#codesandbox-converting-between-cid-versions-and-encodings) for an example JS application that converts between CID versions and ecnodings.
122+
See the [interactive code sandbox](#codesandbox-converting-between-cid-versions-and-encodings) for an example JS application that converts between CID versions and encodings.
123123
:::
124124

125125

@@ -134,7 +134,7 @@ const cidV1StringBase256 = cidV1.toString(base16);
134134

135135
:::callout
136136
**See CID conversion in action**
137-
See the [interactive code sandbox](#codesandbox-converting-between-cid-versions-and-encodings) for an example JS application that converts between CID versions and ecnodings.
137+
See the [interactive code sandbox](#codesandbox-converting-between-cid-versions-and-encodings) for an example JS application that converts between CID versions and encodings.
138138
:::
139139

140140
::: tip

0 commit comments

Comments
 (0)