From 77b2e143a5022b77d6da90f1830efc10e9079c7d Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 15 Feb 2021 17:39:01 +0100 Subject: [PATCH] Better formatting for "optional" Co-authored-by: Emma Indal Signed-off-by: Eric Peterson --- plugins/search-indexer-backend/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/search-indexer-backend/src/types.ts b/plugins/search-indexer-backend/src/types.ts index c4db1ee565..f9c2c0a263 100644 --- a/plugins/search-indexer-backend/src/types.ts +++ b/plugins/search-indexer-backend/src/types.ts @@ -41,7 +41,7 @@ export interface IndexableDocument { owner?: string; /** - * The lifecycle of the document (e.g. spec.lifecycle on a catalog entity). + * (Optional) The lifecycle of the document (e.g. spec.lifecycle on a catalog entity). */ lifecycle?: string; }