From: Zac Dover Date: Mon, 13 Jul 2020 14:19:19 +0000 (+1000) Subject: doc/dev: remove extraneous word "guidance". X-Git-Tag: v16.1.0~1741^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4510af8cf8d282bbeef4640c755863b6e0564854;p=ceph.git doc/dev: remove extraneous word "guidance". This bug changes the sentence "If your patches emit messages to the Ceph cluster log, please consult this guidance:" to "If your patches emit messages to the Ceph cluster log, please consult this:". This new sentence is more natural and idiomatic. Fixes: https://tracker.ceph.com/issues/46363 Signed-off-by: Zac Dover --- diff --git a/doc/dev/developer_guide/essentials.rst b/doc/dev/developer_guide/essentials.rst index 45e6aba8a29f..17dd1bf71a2d 100644 --- a/doc/dev/developer_guide/essentials.rst +++ b/doc/dev/developer_guide/essentials.rst @@ -242,4 +242,4 @@ Guidance for use of cluster log ------------------------------- If your patches emit messages to the Ceph cluster log, please consult -this guidance: :doc:`/dev/logging`. +this: :doc:`/dev/logging`.