From 832358b072ec5cb4672de8a7a7aebf10a39fd0e5 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 --- 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 1277cecc552f7..4fa992b8d551e 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