From 6290055d261b257eeeb961eafc6c0d1baaad4e40 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Thu, 12 Sep 2019 16:02:41 +0200 Subject: [PATCH] Updated process.start (markdown) --- process.start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process.start.md b/process.start.md index e472ff7..6c23892 100644 --- a/process.start.md +++ b/process.start.md @@ -38,8 +38,8 @@ | Parameter | Type | Required | Description | | ------------ |:--------:|:------------------:| --------------------------- | -| *name* | `string` | :heavy_check_mark: | Name of the current FSM state. | -| *error* | `string` | | Error message of the supervisor daemon. | +| *name* | `string` | :heavy_check_mark: | Name of of the process. | +| *error* | `string` | | Error message from the supervisor daemon. | ***