From f8e373682ad6b598391093a3d21de08cdb78c89d Mon Sep 17 00:00:00 2001
From: Qi Zhang <qizhangapp@gmail.com>
Date: Mon, 26 Oct 2020 20:27:58 -0700
Subject: [PATCH] Fix grammar issues

Change-Id: I461d715a9c7eb2d757f035925ed62b55f75f5c51
---
 doc/doc-contrib-guide/source/doc-tools/scripts.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/doc-contrib-guide/source/doc-tools/scripts.rst b/doc/doc-contrib-guide/source/doc-tools/scripts.rst
index e29c2c05f7..689b7ec55e 100644
--- a/doc/doc-contrib-guide/source/doc-tools/scripts.rst
+++ b/doc/doc-contrib-guide/source/doc-tools/scripts.rst
@@ -74,7 +74,7 @@ beneficial to consolidate these into the ``openstack-doc-tools`` repository.
 
 www-generator.py
   Generates static, template-based HTML files for
-  https://docs.openstack.org/. See :doc:`template-generator` for details.
+  https://docs.openstack.org/. See :doc:`template-generator` for more information.
 
 sync-projects.sh
   Synchronizes the **Glossary**, common files, and some translations
@@ -93,7 +93,7 @@ Notes
 - There are many undocumented synchronizations (automated and manual) between
   the various documentation repositories. These should be documented.
 
-- There are a several jobs that must be run regularly, for example, updating
+- There are several jobs that must be run regularly, for example, updating
   the ``sitemap.xml`` file and the command line configuration reference. These
   should be documented.