Skip to content

Commit

Permalink
fix: lint issue [gh-0]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahuel Alejandro Ramos committed Aug 9, 2023
1 parent a56179c commit c227c8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/src/constructs/browser-check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export interface BrowserCheckProps extends CheckProps {
*/
code: Content|Entrypoint
/**
* A valid fully qualified domain name (FQDN) to check for SSL certificate expiration. For example, 'app.checklyhq.com'.
* A valid fully qualified domain name (FQDN) to check for SSL certificate
* expiration. For example, 'app.checklyhq.com'.
*/
sslCheckDomain?: string
}
Expand Down

0 comments on commit c227c8b

Please sign in to comment.