From d52aca3d148e876ddb273242e72a8d447061a9c3 Mon Sep 17 00:00:00 2001 From: Akilan Date: Wed, 7 Jun 2023 23:49:15 +0100 Subject: [PATCH] fixed spelling mistakes --- Docs/Abstractions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/Abstractions.md b/Docs/Abstractions.md index c1790a7..eaa6cbf 100644 --- a/Docs/Abstractions.md +++ b/Docs/Abstractions.md @@ -1,6 +1,6 @@ # Abstractions -The Abstractions package consists of blackboxed functions for P2PRC. +The Abstractions package consists of black-boxed functions for P2PRC. ## Functions -- ```Init()```: Initialises P2PRC with all the needed configurations. +- ```Init()```: Initializes P2PRC with all the needed configurations. - ```Start()```: Starts p2prc as a server and makes it possible to extend by adding other routes and functionality to P2PRC. \ No newline at end of file