From b88ec31df615adf20c76807739410902c4b356ca Mon Sep 17 00:00:00 2001 From: Peter R Date: Wed, 6 Jan 2021 16:24:09 -0500 Subject: [PATCH] Update architecture.md Fixed a typo. --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index bc0c628b..c262d2be 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -11,7 +11,7 @@ * Links are created using Linux bridges and virtual ethernet peers * Packets sent over links are manipulated using traffic control * Controlled via the CORE GUI - * Provides both a custo TLV API and gRPC API + * Provides both a custom TLV API and gRPC API * Python program that leverages a small C binary for node creation * core-gui * GUI and daemon communicate over the custom TLV API