From ff91e9b72034f1355fe42f120eebf40a0a6d9766 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 15 Feb 2021 17:38:53 +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 90529e2101..c4db1ee565 100644 --- a/plugins/search-indexer-backend/src/types.ts +++ b/plugins/search-indexer-backend/src/types.ts @@ -90,7 +90,7 @@ export interface RegisterDecoratorParameters { decorator: IndexableDocumentDecorator; /** - * An optional array of document types that the given decorator should apply to. If none are provided, + * (Optional) An array of document types that the given decorator should apply to. If none are provided, * the decorator will be applied to all types. */ types?: string[];