Skip to content

Commit 5c3ebc1

Browse files
committed
fix: correct formatting in HttpClientInterface documentation
1 parent 9b74c43 commit 5c3ebc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/protocol-http/src/interfaces/http-client-interface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { AbortOptions, PeerId } from '@libp2p/interface'
1111
export interface HttpClientInterface {
1212
/**
1313
* Sends an HTTP request to a remote peer or URL
14-
*
14+
*
1515
* @param peerOrUrl - The peer ID or URL to send the request to
1616
* @param request - The HTTP request to send
1717
* @param options - Optional abort options

0 commit comments

Comments
 (0)