From a14e23498300ab5307f7101a261bb93d945c9a74 Mon Sep 17 00:00:00 2001 From: Anna Nguyen Date: Mon, 5 Jan 2026 13:57:53 -0500 Subject: [PATCH] Update architecture.md spelling --- pages/overview/architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/overview/architecture.md b/pages/overview/architecture.md index 067ccaca..0731d5d6 100644 --- a/pages/overview/architecture.md +++ b/pages/overview/architecture.md @@ -26,8 +26,8 @@ We provide simple installers if you'd like to deploy the control plane layer to A thin deployment agent is installed onto each cluster and perpetually managed by Plural from then on. It will perpetually poll the control plane for new services to apply and if there are any changes to make, apply them into your cluster. It also can do a few other things like: -- establish the bidectional grpc channel for the auth proxy layer (this does require an ingress with websocket support) -- execute integration tests +- Establish the bi-directional grpc channel for the auth proxy layer (this does require an ingress with websocket support) +- Execute integration tests There were a few design considerations involved in our agent that are worth understanding as well: