Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
siiky authored and aschmahmann committed Jan 14, 2022
1 parent 562365f commit 4403946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/commands/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ $ ipfs pin add <CID>
The lazy-copy feature can also be used to protect partial DAG contents from
garbage collection. i.e. adding the Wikipedia root to MFS would not download
all the Wikipedia, but will any downloaded Wikipedia-DAG content from being
GC'ed.
all the Wikipedia, but will prevent any downloaded Wikipedia-DAG content from
being GC'ed.
`,
},
Arguments: []cmds.Argument{
Expand Down

0 comments on commit 4403946

Please sign in to comment.