From: Zac Dover Date: Sun, 12 May 2024 02:27:23 +0000 (+1000) Subject: doc/dev: s/to asses/to assess/ X-Git-Tag: v17.2.8~357^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F57424%2Fhead;p=ceph.git doc/dev: s/to asses/to assess/ s/to asses/to assess/ in doc/deve/developer_guide/dash-devel. Signed-off-by: Zac Dover (cherry picked from commit 832358b072ec5cb4672de8a7a7aebf10a39fd0e5) --- diff --git a/doc/dev/developer_guide/dash-devel.rst b/doc/dev/developer_guide/dash-devel.rst index 146ac84e89cf..46599cb20f08 100644 --- a/doc/dev/developer_guide/dash-devel.rst +++ b/doc/dev/developer_guide/dash-devel.rst @@ -2423,8 +2423,10 @@ also manually invoked: ``tox -e openapi-check``. If that checker failed, it means that the current Pull Request is modifying the Ceph API and therefore: -#. The versioned OpenAPI specification should be updated explicitly: ``tox -e openapi-fix``. -#. The team @ceph/api will be requested for reviews (this is automated via Github CODEOWNERS), in order to asses the impact of changes. +#. The versioned OpenAPI specification should be updated explicitly: ``tox -e + openapi-fix``. +#. The team @ceph/api will be requested for reviews (this is automated via + GitHub CODEOWNERS), in order to assess the impact of changes. Additionally, Sphinx documentation can be generated from the OpenAPI specification with ``tox -e openapi-doc``.