docs: fix inconsistent capitalization of "API".
Mat Kelly committed
Dec 6, 2018 at 12:13 UTC
a81683d3f9da3c8c76934598f13fbac040f1c830
1 file changed
+1
-1
docs/implement-api-bindings.md
+1
-1
@@ -29,7 +29,7 @@ handled for you by writes to the request body blocking.)
29
30
Like with everything else, IPFS aims to be flexible regarding the API transports.
31
Currently, the [go-ipfs](https://github.com/ipfs/go-ipfs) implementation supports
32
-both an in-process API and an HTTP api. More can be added easily, by mapping the
32
+both an in-process API and an HTTP API. More can be added easily, by mapping the
33
API functions over a transport. (This is similar to how gRPC is also _mapped on
34
top of transports_, like HTTP).
35