From: Lumir Sliva Date: Sat, 28 Mar 2026 22:31:52 +0000 (+0100) Subject: doc/dev: fix typo in basic-workflow.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68080%2Fhead;p=ceph.git doc/dev: fix typo in basic-workflow.rst Fix 'sometimeseven' to 'sometimes even' in the Code Review section of the developer guide. Signed-off-by: Lumir Sliva --- diff --git a/doc/dev/developer_guide/basic-workflow.rst b/doc/dev/developer_guide/basic-workflow.rst index e3ece5f8025c..7fc602704d8f 100644 --- a/doc/dev/developer_guide/basic-workflow.rst +++ b/doc/dev/developer_guide/basic-workflow.rst @@ -434,8 +434,8 @@ tests`_ chapter. Code review ----------- -After your bugfix has been thoroughly tested--and sometimeseven during the -testing--it will be subjected to code review by other developers. This +After your bugfix has been thoroughly tested -- and sometimes even during the +testing -- it will be subjected to code review by other developers. This typically takes the form of comments in the PR itself, but can be supplemented by discussions on :ref:`irc`, or on :ref:`Slack ` or on the :ref:`mailing-list`.