Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
chore: correct the peerStore.save doc (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shahi committed May 9, 2023
1 parent 9104fe5 commit 6998722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interface-peer-store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export interface PeerStore {
* @example
*
* ```js
* await peerStore.set(peerId, {
* await peerStore.save(peerId, {
* multiaddrs
* })
* ```
Expand Down

0 comments on commit 6998722

Please sign in to comment.