From 4510af8cf8d282bbeef4640c755863b6e0564854 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 14 Jul 2020 00:19:19 +1000 Subject: [PATCH] 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 --- doc/dev/developer_guide/essentials.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.47.3