From d0a6034682acc34e8bae15f435be52f2d908a4bc Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sun, 12 May 2024 12:27:23 +1000 Subject: [PATCH] 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) --- doc/dev/developer_guide/dash-devel.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/dev/developer_guide/dash-devel.rst b/doc/dev/developer_guide/dash-devel.rst index 146ac84e89cf8..46599cb20f082 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``. -- 2.39.5