From 49a5ae5845f69ee8cf8877b764c8470a742ae602 Mon Sep 17 00:00:00 2001 From: coral Date: Fri, 21 Jul 2017 14:51:00 -0500 Subject: [PATCH] HBASE-18430 fixed typo --- src/main/asciidoc/_chapters/appendix_contributing_to_documentation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/appendix_contributing_to_documentation.adoc b/src/main/asciidoc/_chapters/appendix_contributing_to_documentation.adoc index 0d68dce80f..03371821ce 100644 --- a/src/main/asciidoc/_chapters/appendix_contributing_to_documentation.adoc +++ b/src/main/asciidoc/_chapters/appendix_contributing_to_documentation.adoc @@ -55,7 +55,7 @@ see <>. If you spot an error in a string in a UI, utility, script, log message, or elsewhere, or you think something could be made more clear, or you think text needs to be added where it doesn't currently exist, the first step is to file a JIRA. Be sure to set -the component to `Documentation` in addition any other involved components. Most +the component to `Documentation` in addition to any other involved components. Most components have one or more default owners, who monitor new issues which come into those queues. Regardless of whether you feel able to fix the bug, you should still file bugs where you see them. -- 2.11.0 (Apple Git-81)