diff --git a/doc/source/admin/production-architecture-guide.rst b/doc/source/admin/production-architecture-guide.rst
index 1e33263ad0331bd162f3fccafb8644569a838d2f..9f33d7f2b78ff443414c688d10489a1c16ac2bf7 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::