From b840c0b15637f92dfe1b44f1b641661a56bd442a Mon Sep 17 00:00:00 2001 From: Fil Maj Date: Fri, 28 Oct 2022 14:38:54 -0400 Subject: [PATCH] Update packages/types/src/index.ts Co-authored-by: Michael Brooks --- packages/types/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts index d76814cdc..3ac0f755e 100644 --- a/packages/types/src/index.ts +++ b/packages/types/src/index.ts @@ -157,7 +157,7 @@ export interface Focusable { /** * @description Indicates whether the element will be set to auto focus within the * {@link https://api.slack.com/reference/surfaces/views `view` object}. Only one element can be set to `true`. - * Defaults to false. + * Defaults to `false`. */ focus_on_load?: boolean; }