From c198bddf9e5f21b99756561c55f4bac799245de3 Mon Sep 17 00:00:00 2001 From: FawadHa1der Date: Mon, 16 Mar 2020 17:07:59 -0700 Subject: [PATCH] fix typo in httpnetwork doc (#904) --- book/src/http_network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/http_network.md b/book/src/http_network.md index 8b0e73257d..26e007d52e 100644 --- a/book/src/http_network.md +++ b/book/src/http_network.md @@ -42,7 +42,7 @@ Requests the count of peers connected to the client. | Property | Specification | | --- |--- | -Path | `/network/peer_id` +Path | `/network/peer_count` Method | GET JSON Encoding | Number Query Parameters | None