From 96f69c1ce07a8e6218767f8631775bd84630a827 Mon Sep 17 00:00:00 2001 From: ppisljar Date: Mon, 13 May 2024 11:56:59 +0200 Subject: [PATCH] fix comment --- src/plugins/expressions/common/execution/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/expressions/common/execution/types.ts b/src/plugins/expressions/common/execution/types.ts index d494e80142ef69..4d8923003893a6 100644 --- a/src/plugins/expressions/common/execution/types.ts +++ b/src/plugins/expressions/common/execution/types.ts @@ -36,7 +36,7 @@ export interface ExecutionContext types: Record; /** - * Prevents caching in the current execution. + * Allow caching in the current execution. */ allowCache?: boolean;