From e14c66fb1fe19f891f346c19b12b88656433a496 Mon Sep 17 00:00:00 2001 From: welisheva22 Date: Fri, 24 May 2024 06:20:09 -0400 Subject: [PATCH] Update gen-doc-version.sh (#612) documentation changed verbs to be consistent (removed an "s") changed "and" to "the" so it made sense Signed-off-by: welisheva22 --- hack/gen-doc-version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/gen-doc-version.sh b/hack/gen-doc-version.sh index cda96057..996fdde5 100755 --- a/hack/gen-doc-version.sh +++ b/hack/gen-doc-version.sh @@ -21,9 +21,9 @@ # 2. Copy and git commit the contents of the last released docs directory # (`$PREVIOUS_DOCS_VERSION``) into the new directory, to establish a baseline # for documentation comparison. -# 3. Delete and replaces the contents of the new docs directory with the +# 3. Delete and replace the contents of the new docs directory with the # contents of the 'main' docs directory. -# 4. Update and version and/or revision specific value in the documentation. +# 4. Update the version and/or revision specific value in the documentation. # # The unstaged changes in the working directory can now easily be diff'ed # using 'git diff' to review all docs changes made since the previous