From 1bafb7fb4f9fe8ec80349351e813dc7dd97cc188 Mon Sep 17 00:00:00 2001 From: Nikita <166552198+nbykov0@users.noreply.github.com> Date: Mon, 17 Nov 2025 13:23:45 +0300 Subject: [PATCH] [apps] vpc: fix typo in README VPC: fixed a typo in README Signed-off-by: Nikita <166552198+nbykov0@users.noreply.github.com> --- packages/apps/vpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apps/vpc/README.md b/packages/apps/vpc/README.md index d9e766fc..890f12d8 100644 --- a/packages/apps/vpc/README.md +++ b/packages/apps/vpc/README.md @@ -19,7 +19,7 @@ Subnet name and ip address range must be unique within a VPC. Subnet ip address space must not overlap with the default management network ip address range, subsets of 172.16.0.0/12 are recommended. Currently there are no fail-safe checks, however they are planned for the future. -Different VPCs may have subnets with ovelapping ip address ranges. +Different VPCs may have subnets with overlapping ip address ranges. A VM or a pod may be connected to multiple secondary Subnets at once. Each secondary connection will be represented as an additional network interface.