chore: format string values in comments with double quotes (#26857)

This commit is contained in:
Sean Perkins
2023-02-28 21:16:15 -05:00
committed by GitHub
parent ac66215399
commit 67578f6246
13 changed files with 121 additions and 121 deletions

View File

@ -57,7 +57,7 @@ export class TabButton implements ComponentInterface, AnchorInterface {
/**
* Set the layout of the text and icon in the tab bar.
* It defaults to `'icon-top'`.
* It defaults to `"icon-top"`.
*/
@Prop({ mutable: true }) layout?: TabButtonLayout;