diff --git a/doc/kuryr-guide.rst b/doc/kuryr-guide.rst
index f44697de0b..f17f2b504f 100644
--- a/doc/kuryr-guide.rst
+++ b/doc/kuryr-guide.rst
@@ -21,7 +21,7 @@ docker.server file.
 
   ExecStart= -H tcp://172.16.1.13:2375 -H unix:///var/run/docker.sock --cluster-store=etcd://172.16.1.13:2379 --cluster-advertise=172.16.1.13:2375
 
-The IP address is host runnning the etcd service. ```2375``` is port that
+The IP address is host running the etcd service. ```2375``` is port that
 allows Docker daemon to be accessed remotely. ```2379``` is the etcd listening
 port.
 
diff --git a/doc/manila-hnas-guide.rst b/doc/manila-hnas-guide.rst
index b0a9db9cd6..2b54146a2f 100644
--- a/doc/manila-hnas-guide.rst
+++ b/doc/manila-hnas-guide.rst
@@ -24,7 +24,7 @@ Requirements
   -  SSC CLI.
 
 
-Suported shared filesystems and operations
+Supported shared filesystems and operations
 ------------------------------------------
 The driver supports CIFS and NFS shares.
 
diff --git a/doc/production-architecture-guide.rst b/doc/production-architecture-guide.rst
index 35a6038be7..17a6b7f1e9 100644
--- a/doc/production-architecture-guide.rst
+++ b/doc/production-architecture-guide.rst
@@ -37,12 +37,12 @@ Interface configuration
 
 In Kolla operators should configure following network interfaces:
 
-* network_interface - While it is not used on it's own, this provides the
+* network_interface - While it is not used on its own, this provides the
   required default for other interfaces below.
 
 * api_interface - This interface is used for the management network. The
   management network is the network OpenStack services uses to communicate to
-  each other and the databases. There are know security risks here, so it's
+  each other and the databases. There are known security risks here, so it's
   recommended to make this network internal, not accessible from outside.
   Defaults to network_interface.