From 2c9be460399429d3aeadac80fdae8892f28e4345 Mon Sep 17 00:00:00 2001 From: Bob Mader Date: Thu, 18 May 2023 10:48:31 -0500 Subject: [PATCH 13/18] fix spelling errors in docs --- docs/source/_static/images/inplace-upgrade-workflow.svg | 6 +++--- docs/source/best-practices.md | 2 +- docs/source/compatibility-with-leapp-repository.md | 2 +- docs/source/dependencies.md | 2 +- docs/source/deprecation.md | 2 +- docs/source/el7toel8/actor-rhel7-to-rhel8.md | 2 +- docs/source/el7toel8/deprecation.md | 2 +- docs/source/unit-testing.md | 2 +- docs/source/workflow-apis.md | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/source/_static/images/inplace-upgrade-workflow.svg b/docs/source/_static/images/inplace-upgrade-workflow.svg index 76d8e70..d470449 100644 --- a/docs/source/_static/images/inplace-upgrade-workflow.svg +++ b/docs/source/_static/images/inplace-upgrade-workflow.svg @@ -1155,7 +1155,7 @@ style="font-size:5.29167px;text-align:center;text-anchor:middle;stroke-width:0.264583" y="370.38736" x="24.260719" - sodipodi:role="line">Pre-Thrid PartyPre-Third PartyThrid PartyThird PartyPost-Thrid PartyPost-Third Party(till April 2021) - Models diff --git a/docs/source/unit-testing.md b/docs/source/unit-testing.md index 05d20df..d4feec9 100644 --- a/docs/source/unit-testing.md +++ b/docs/source/unit-testing.md @@ -203,7 +203,7 @@ or pytest {PATH_TO_ACTOR} ``` -It is also possible to run only slected tests based on their name: +It is also possible to run only selected tests based on their name: ```sh pytest -k "vim" # to run all tests contains vim in name diff --git a/docs/source/workflow-apis.md b/docs/source/workflow-apis.md index d27ac1e..c58cd2f 100644 --- a/docs/source/workflow-apis.md +++ b/docs/source/workflow-apis.md @@ -112,7 +112,7 @@ Workflow APIs support having tests defined for them. We actually encourage you t Tests for APIs are supposed to be defines in the `apis/tests` directory. -### Depedencies +### Dependencies Workflow APIs can depend on another Workflow API, to allow API compositiion. Actors using APIs with dependencies on other APIs just have to specify the API they want to use and do not need to know that those depend on other APIs. -- 2.41.0