From 962165d5da446e8a933d2068cf566240d30019e3 Mon Sep 17 00:00:00 2001 From: Stew <16154582+stew3254@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:06:05 -0400 Subject: [PATCH] Update _index.en.md Fix typo: Exmaples --> Examples --- src/content/architecture/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/architecture/_index.en.md b/src/content/architecture/_index.en.md index c499e498..55296601 100644 --- a/src/content/architecture/_index.en.md +++ b/src/content/architecture/_index.en.md @@ -35,7 +35,7 @@ An OVN deployment consists of several components: * Cloud Management System (CMS): integrates OVN into a physical network by managing the OVN logical network elements and connecting the OVN logical network -infrastructure to physical network elements. Exmaples include OpenStack Neutron's +infrastructure to physical network elements. Examples include OpenStack Neutron's [ml2/ovn](https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-ovn.html) plugin and the [ovn-kubernetes](https://github.com/ovn-org/ovn-kubernetes) project. * OVN Databases: stores data representing the OVN logical and physical networks.