HBASE-18430 fixed typo Signed-off-by: Misty Stanley-Jones <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/70a357dc Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/70a357dc Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/70a357dc Branch: refs/heads/HBASE-18426 Commit: 70a357dc5cc74ae6a354c907959f644f563aeee4 Parents: 31c3eda Author: coral <[email protected]> Authored: Fri Jul 21 14:51:00 2017 -0500 Committer: Misty Stanley-Jones <[email protected]> Committed: Fri Jul 21 13:46:38 2017 -0700 ---------------------------------------------------------------------- .../asciidoc/_chapters/appendix_contributing_to_documentation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/70a357dc/src/main/asciidoc/_chapters/appendix_contributing_to_documentation.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/appendix_contributing_to_documentation.adoc b/src/main/asciidoc/_chapters/appendix_contributing_to_documentation.adoc index 0d68dce..0337182 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 <<developer,developer>>. 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.
