Skip to content

Commit

Permalink
Merge pull request #2311 from ipfs/feature/fix-up-ipfs-file-comments
Browse files Browse the repository at this point in the history
Fixed spelling errors, added oxford comma
  • Loading branch information
whyrusleeping committed Feb 8, 2016
2 parents f3d754c + 93b6725 commit 471d4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/commands/unixfs/unixfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ var UnixFSCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Interact with ipfs objects representing Unix filesystems.",
ShortDescription: `
'ipfs file' provides a familar interface to filesystems represtented
by IPFS objects that hides IPFS-implementation details like layout
'ipfs file' provides a familiar interface to file systems represented
by IPFS objects, which hides IPFS implementation details like layout
objects (e.g. fanout and chunking).
`,
Synopsis: `
Expand Down

0 comments on commit 471d4d1

Please sign in to comment.