From ea2cd719e8a7865fc0fa7ca5ccbf2dc851926336 Mon Sep 17 00:00:00 2001 From: "mauro.cortellazzi" Date: Mon, 5 Aug 2024 09:19:41 +0200 Subject: [PATCH] added suggestions --- docs/docs/l7_architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/l7_architecture.md b/docs/docs/l7_architecture.md index 58e193b1..0b9c0c41 100644 --- a/docs/docs/l7_architecture.md +++ b/docs/docs/l7_architecture.md @@ -19,9 +19,9 @@ REST APIs could be used via user interface or using the provided Python SDK. ## UI To use REST APIs with a human friendly interface, a UI is provided. -It covers all the implemented APIs, starting from models creation ending with all metrics visualization. +It covers all the implemented APIs, starting from models creation and ending with all metrics visualization. ## SDK To interact with API programmatically, a Python SDK is provided. -SDK implements all functionalities exposed via REST API. \ No newline at end of file +The SDK implements all functionalities exposed via REST API. \ No newline at end of file