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

Commit

Permalink
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
@@ -202,7 +202,7 @@ export interface PeerStore {
* @example
*
* ```js
* await peerStore.set(peerId, {
* await peerStore.save(peerId, {
* multiaddrs
* })
* ```

0 comments on commit 6998722

Please sign in to comment.