Skip to content

Commit

Permalink
Fix broken JSDoc tag in microsoft-graph (DefinitelyTyped#65908)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanCavanaugh authored Jun 28, 2023
1 parent bc3f108 commit f2ffc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/microsoft-graph/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26169,7 +26169,7 @@ export namespace ExternalConnectors {
/**
* The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not
* contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?,
* @, #, /, ~, ', ', <, >, `, ^. Required.
* @, #, /, ~, ', ', <, >, `, ^. Required.
*/
name?: string;
/**
Expand Down

0 comments on commit f2ffc01

Please sign in to comment.