From 520abc88009d1e2f1e737c957fd610157136e236 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 22 Dec 2020 18:15:48 -0800 Subject: [PATCH] Fix api_adress_family typo Change-Id: Id93e7a91253b46e42d4817785d42ccc52564c330 --- doc/source/admin/production-architecture-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/production-architecture-guide.rst b/doc/source/admin/production-architecture-guide.rst index 1e33263ad0..9f33d7f2b7 100644 --- a/doc/source/admin/production-architecture-guide.rst +++ b/doc/source/admin/production-architecture-guide.rst @@ -115,7 +115,7 @@ IPv6 is tested on all supported platforms. For example, ``network_address_family`` accepts either ``ipv4`` or ``ipv6`` as its value and defines the default address family for all networks just like ``network_interface`` defines the default interface. -Analogically, ``api_adress_family`` changes the address family for the API +Analogically, ``api_address_family`` changes the address family for the API network. Current listing of networks is available in ``globals.yml`` file. .. note::