From 4399756c1cb11fe07bc6e7b930592521907496af Mon Sep 17 00:00:00 2001 From: Tharun Ekambaram <87104995+tharune@users.noreply.github.com> Date: Sun, 17 May 2026 20:52:42 -0500 Subject: [PATCH] docs: fix AEP connection typos --- src/content/aeps/aep-2/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/aeps/aep-2/README.md b/src/content/aeps/aep-2/README.md index 0bd4ad652..42e7eb08d 100644 --- a/src/content/aeps/aep-2/README.md +++ b/src/content/aeps/aep-2/README.md @@ -384,15 +384,15 @@ A _deployment_ represents the _current state_ of a stack as fulfilled by the Aka | container | Docker container | | compute | [resources](#computeunit) needed for each instance | | count | number of instances to run | -| connections | List of allowed incomming [connections](#connection) | +| connections | List of allowed incoming [connections](#connection) | #### Connection | Field | Description | | ---------- | -------------------------------------------------------------------------- | | port | TCP port | -| workload | [Workload](#workload) name to allow incomming connection from | -| datacenter | [Datacenter](#deploymentinfrastructure) to allow incomming connection from | +| workload | [Workload](#workload) name to allow incoming connection from | +| datacenter | [Datacenter](#deploymentinfrastructure) to allow incoming connection from | | global | If `true`, allow all connections, regardless of source | #### LeasedWorkload