Skip to content

Commit

Permalink
Update packages/types/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
  • Loading branch information
filmaj and mwbrooks committed Oct 31, 2022
1 parent 53f1b48 commit b840c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/index.ts
Expand Up @@ -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;
}
Expand Down

0 comments on commit b840c0b

Please sign in to comment.