Skip to content

Commit

Permalink
Fix command name (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonsil authored Nov 8, 2024
1 parent 6eb9d8f commit 74e11c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ declare module 'papi-shared-types' {
*
* @returns True if the user has a valid Paratext registration, false otherwise
*/
'command:paratextRegistration.doesUserHaveValidRegistration': () => Promise<boolean>;
'paratextRegistration.doesUserHaveValidRegistration': () => Promise<boolean>;
}

export interface SettingTypes {
Expand Down

0 comments on commit 74e11c2

Please sign in to comment.