Skip to content

Commit

Permalink
chore: run spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed May 26, 2022
1 parent e968c7d commit 2d4eb3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ cli
mkdocs
ipfs
command_line
PublicId
multiaddr
- docs/language-agnostic-definition.md
fetchai
protocol_id
Expand Down
6 changes: 3 additions & 3 deletions docs/ipfs_registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ So to utilize the newer PublicId format we have a script which extends all avail

## Setup the aea to use the IPFS registry

Initialize AEA cli tool with default registry set to remote and default remote registr set to ipfs.
Initialize AEA cli tool with default registry set to remote and default remote registry set to ipfs.

`aea init --author author_name --remote --ipfs`

Expand All @@ -22,7 +22,7 @@ Or

## Publish packages

To publish a package on the IPFS registry, first run `aea hash all` to update the dependencies with the latest IPFS hashes. Then push the relevent packages using
To publish a package on the IPFS registry, first run `aea hash all` to update the dependencies with the latest IPFS hashes. Then push the relevant packages using

`aea push COMPONENT_TYPE COMPONENT_PATH`

Expand All @@ -46,7 +46,7 @@ Or

## Publishing agents

Nevigate to the agent directory and publish the agent using
Navigate to the agent directory and publish the agent using

`aea publish`

Expand Down

0 comments on commit 2d4eb3b

Please sign in to comment.