]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: s/to asses/to assess/ 57423/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 04:58:53 +0000 (14:58 +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 1277cecc552f7c6bec864163a86f89cf6e200ee4..4fa992b8d551e89598cc71033ec72343978f9946 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``.