-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs(dialog): remove errant comma, adjust period use #17271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, the CI is failing due to some issue with Yarn.
src/material/dialog/dialog-config.ts
Outdated
@@ -71,7 +71,7 @@ export class MatDialogConfig<D = any> { | |||
/** Min-height of the dialog. If a number is provided, pixel units are assumed. */ | |||
minHeight?: number | string; | |||
|
|||
/** Max-width of the dialog. If a number is provided, pixel units are assumed. Defaults to 80vw */ | |||
/** Max-width of the dialog. If a number is provided, pixel units are assumed. Defaults to 80vw. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like there's a lint failure here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm. Yeah, it looks like that was exactly the character to pass the line length restriction. I'm not sure what to do in this case, maybe make it a multi line comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typically yes, you overflow to a multi-line comment. In this case, though, you could reword "pixel units are assumed" to "assumes pixel units"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I'll do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* docs(dialog): remove errant comma, adjust period use * docs(dialog): update wording to fit in 100 chars (cherry picked from commit b7ca14b)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.