Fix spelling mistakes

The current version of the documentation contains two spelling mistakes

This update fix two spelling errors on the doc,
the first one is a misspelled word lifcycle instead of lifecycle,
the second is a missing space "actionsuch" instead of
"action such"

Change-Id: I1a810e9d3c926a18709f175fba6a907b09746a4d
This commit is contained in:
Hicham El Gharbi 2022-05-17 12:21:10 +02:00
parent 1b6fc93b41
commit 923fd01680
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ operator to obtain information on when and by whom certain Tacker resources
were created, updated and terminated and what life cycle state changes it
went through. This kind of information becomes critical when deployed in
production for purposes of audit and troubleshooting. Also it helps to track
the progress of the lifcycle operation.
the progress of the lifecycle operation.
Proposed change
@ -101,7 +101,7 @@ The table will hold the below attributes:
+----------------+----------+---------------------------------------+
| resource_state | string | Captured state of event source |
+----------------+----------+---------------------------------------+
| event_type | string | Type of actionsuch as create,update, |
| event_type | string | Type of action such as create,update, |
| | | scale_out, etc. |
+----------------+----------+---------------------------------------+
| resource_type | string | Event resource type such as VNFD, |