Skip to content

Commit

Permalink
typos http.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vipocenka authored Dec 18, 2024
1 parent dedf860 commit eaacce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/indexer/x-provider/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const l = getLogger('http-provider');
*
* @name HttpProvider
*
* @description The HTTP Provider allows sending requests using HTTP to a HTTP RPC server TCP port. It does not support subscriptions so you won't be able to listen to events such as new blocks or balance changes. It is usually preferable using the [[WsProvider]].
* @description The HTTP Provider allows sending requests using HTTP to an HTTP RPC server TCP port. It does not support subscriptions so you won't be able to listen to events such as new blocks or balance changes. It is usually preferable using the [[WsProvider]].
*
* @example
* <BR>
Expand Down

0 comments on commit eaacce4

Please sign in to comment.