Better formatting for "optional"

Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-02-15 17:39:01 +01:00
committed by Eric Peterson
parent ff91e9b720
commit 77b2e143a5
+1 -1
View File
@@ -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;
}