]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: s/to asses/to assess/ 57424/head
authorZac Dover <zac.dover@proton.me>
Sun, 12 May 2024 02:27:23 +0000 (12:27 +1000)
committerZac Dover <zac.dover@proton.me>
Sun, 12 May 2024 05:02:26 +0000 (15:02 +1000)
s/to asses/to assess/ in doc/deve/developer_guide/dash-devel.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 832358b072ec5cb4672de8a7a7aebf10a39fd0e5)

doc/dev/developer_guide/dash-devel.rst

index 146ac84e89cf8ae1ba4ae0d15bd8274a443339bf..46599cb20f082137aac7a323a04495cb18e64883 100644 (file)
@@ -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``.