From c7b1c92b3fae37abad485ac1e5f1040a1b96c3db Mon Sep 17 00:00:00 2001 From: Samantha Burke Date: Thu, 15 Nov 2018 02:19:32 +0000 Subject: [PATCH] Fix grammar error (#23043) Changed 'start' to 'starts'. --- .../docker/creating-a-web-server-inside-docker/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/containers/docker/creating-a-web-server-inside-docker/index.md b/guide/english/containers/docker/creating-a-web-server-inside-docker/index.md index 51ed13e049..74fa124f46 100644 --- a/guide/english/containers/docker/creating-a-web-server-inside-docker/index.md +++ b/guide/english/containers/docker/creating-a-web-server-inside-docker/index.md @@ -25,7 +25,7 @@ So directly install **httpd** software - ### Start services - - If we use **systemctl** to start the services, this will not work and gives an error. - **systemctl** doesn't work in docker. - - In actual RedHat system, when we start a service it actually runs a script in background. That script start daemons. + - In actual RedHat system, when we start a service it actually runs a script in background. That script starts daemons. - To find the path of that script, check status of service `$ systemctl status httpd` `Loaded` option shows script file path. @@ -76,4 +76,4 @@ $ /usr/sbin/httpd $ yum install net-tool $ ifconfig -``` \ No newline at end of file +```