From 489df783910a041b0f87dac38eedbab1b5a6b616 Mon Sep 17 00:00:00 2001 From: sabhas Date: Fri, 18 Feb 2022 15:30:24 +0500 Subject: [PATCH] chore: lint fix --- src/types/SASjsConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/SASjsConfig.ts b/src/types/SASjsConfig.ts index d446065..f366713 100644 --- a/src/types/SASjsConfig.ts +++ b/src/types/SASjsConfig.ts @@ -70,7 +70,7 @@ export class SASjsConfig { */ loginMechanism: LoginMechanism = LoginMechanism.Default /** - * Optional setting to configure request history limit. Increasing this limit + * Optional setting to configure request history limit. Increasing this limit * may affect browser performance, especially with debug (logs) enabled. */ requestHistoryLimit?: number = 10