Skip to content

Commit

Permalink
Clean up trailing periods
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalazar committed Jul 23, 2021
1 parent 6ae7fa0 commit 874d494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.d.ts
Expand Up @@ -102,12 +102,12 @@ declare namespace hapiswagger {
tokenUrl?: string;

/**
* The type of the security scheme. Valid values are "basic", "apiKey" or "oauth2".
* The type of the security scheme. Valid values are "basic", "apiKey" or "oauth2"
*/
type: string;

/**
* Any property or object with a key starting with `x-*` is included in the Swagger definition (similar to `x-*` options in the `info` object).
* Any property or object with a key starting with `x-*` is included in the Swagger definition (similar to `x-*` options in the `info` object)
*/
[key: string]: any;
}
Expand Down Expand Up @@ -436,7 +436,7 @@ declare namespace hapiswagger {
tryItOutEnabled?: boolean;

/**
* A declaration of the security schemes available to be used in the specification. This does not enforce the security schemes on the operations and only serves to provide the relevant details for each scheme.
* A declaration of the security schemes available to be used in the specification. This does not enforce the security schemes on the operations and only serves to provide the relevant details for each scheme
*/
securityDefinitions?: {[name: string]: SecuritySchemeType}
}
Expand Down

0 comments on commit 874d494

Please sign in to comment.