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:14 +01:00
committed by Eric Peterson
parent 77b2e143a5
commit 7c0d234cb5
+1 -1
View File
@@ -36,7 +36,7 @@ export interface IndexableDocument {
location: string;
/**
* The owner of the document (e.g. spec.owner on a catalog entity).
* (Optional) The owner of the document (e.g. spec.owner on a catalog entity).
*/
owner?: string;