Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 96d2ffc

Browse files
committed
Fix case and punctuation
License: MIT Signed-off-by: Yuval Langer <yuval.langer@gmail.com>
1 parent 8ffd040 commit 96d2ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pinning/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ipfs pin ls --type=all
2121

2222
As you may have noticed, the first `ipfs pin rm` command didnt work, it should
2323
have warned you that the given hash was "pinned recursively". There are three
24-
types of pins in the ipfs world; direct pins, which pin just a single block, and
25-
no others in relation to it. recursive pins, which pin a given block and all of
24+
types of pins in the ipfs world: direct pins, which pin just a single block, and
25+
no others in relation to it; recursive pins, which pin a given block and all of
2626
its children, and indirect pins, which are the result of a given blocks parent
2727
being pinned recursively.
2828

0 commit comments

Comments
 (0)