From db841aceec30a2448b9ee0b532518df688d23064 Mon Sep 17 00:00:00 2001 From: Rohan Perera <47350638+ropereraLK@users.noreply.github.com> Date: Thu, 25 Aug 2022 22:20:25 +0530 Subject: [PATCH] [Docs] Fixed Language issues. (#3200) * Fixed Language issues. * Fixed Language issues. --- docs/docs/configuration/workflowdef.md | 4 ++-- docs/docs/resources/contributing.md | 2 +- ui/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/configuration/workflowdef.md b/docs/docs/configuration/workflowdef.md index 2a4a50c098..35e167ac57 100644 --- a/docs/docs/configuration/workflowdef.md +++ b/docs/docs/configuration/workflowdef.md @@ -82,7 +82,7 @@ The mail_a_box workflow has 2 tasks: 1. The first task takes the provided account number, and outputs an address. 2. The 2nd task takes the address info and generates a shipping label. - Upon completion of the 2 tasks, the workflow outputs the trackking number generated in the 2nd task. If the workflow fails, a second workflow named ```shipping_issues``` is run. + Upon completion of the 2 tasks, the workflow outputs the tracking number generated in the 2nd task. If the workflow fails, a second workflow named ```shipping_issues``` is run. ## Fields in a Workflow @@ -109,7 +109,7 @@ The mail_a_box workflow has 2 tasks: | taskReferenceName | Alias used to refer the task within the workflow. MUST be unique within workflow. || | type | Type of task. SIMPLE for tasks executed by remote workers, or one of the system task types || | description | Description of the task | optional | -| optional | true or false. When set to true - workflow continues even if the task fails. The status of the task is reflected as `COMPLETED_WITH_ERRORS` | Defaults to `false` | +| optional | true or false. When set to true - workflow continues even if the task fails. The status of the task is reflected as `COMPLETED_WITH_ERRORS` | Defaults to `false` | | inputParameters | JSON template that defines the input given to the task | See [Wiring Inputs and Outputs](#wiring-inputs-and-outputs) for details | | domain | See [Task Domains](/configuration/taskdomains.html) for more information. | optional | diff --git a/docs/docs/resources/contributing.md b/docs/docs/resources/contributing.md index 7d84a32adf..89af847351 100644 --- a/docs/docs/resources/contributing.md +++ b/docs/docs/resources/contributing.md @@ -17,7 +17,7 @@ I want to contribute! ------ We welcome Pull Requests and already had many outstanding community contributions! -Creating and reviewing Pull Requests take considerable time. This section helps you set up for a smooth Pull Request experience. +Creating and reviewing Pull Requests take considerable time. This section helps you to set up a smooth Pull Request experience. The stable branch is [main](https://github.com/Netflix/conductor/tree/main). diff --git a/ui/README.md b/ui/README.md index 204b7d17da..ff253e6ddc 100644 --- a/ui/README.md +++ b/ui/README.md @@ -26,7 +26,7 @@ See `docker/serverAndUI` for an `nginx` based example. ### Customization Hooks -For ease of maintanence, a number of touch points for customization have been removed to `/plugins`. +For ease of maintenance, a number of touch points for customization have been removed to `/plugins`. - `AppBarModules.jsx` - `AppLogo.jsx`