From 7f36c427dbcec2308a0b75c443f93a69a1b444ca Mon Sep 17 00:00:00 2001 From: Thomas Hoppe Date: Wed, 30 Oct 2024 00:01:06 +0100 Subject: [PATCH] doc: add more docs --- docs/modules/ROOT/pages/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 58e16a4..42ba545 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -11,9 +11,9 @@ A microservice to serve as a facade for all other microservices. * Unified GraphQL API pane for the outside. * Universal reverse proxy for gRPC and GraphQL federation. -* Generates requeist IDs which are passed downstream for tracing. +* Generates request IDs which are passed downstream for tracing. * Auto generation of GraphQL API from gRPC protobuf service definitions. -* API explorer via Apollo sandbox. +* GraphQL API explorer via Apollo sandbox. * Authentication aginast Restorecommerce identity-srv via OIDC. * Built-in reverse proxy for REST access to the Restorecommerce ostorage-srv.