From 3403b9648ec7f6c0332a58d75af40aca69d01c5f Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Wed, 27 Sep 2023 18:20:13 +0200 Subject: [PATCH] Fix formatting for a list item --- docs/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.rst b/docs/architecture.rst index f3adc42678..2548ebf17b 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -166,7 +166,7 @@ as follows: - ``Object`` is a required reference to the Kubernetes object on which the action will be performed. - ``Blueprint`` is a required name of the Blueprint that contains the - action to run. + action to run. - ``Artifacts`` are input Artifacts passed to the Blueprint. This must contain an Artifact for each name listed in the BlueprintAction's InputArtifacts.