Skip to content
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

core(installable-manifest): use monospace for technical terms in strings #15513

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

connorjclark
Copy link
Collaborator

Noticed this while working on #13834

@connorjclark connorjclark requested a review from a team as a code owner October 3, 2023 21:06
@connorjclark connorjclark requested review from adamraine and removed request for a team October 3, 2023 21:06
@vercel
Copy link

vercel bot commented Oct 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lighthouse ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 3, 2023 9:06pm

/** Error message explaining that the manifest display property must be one of 'standalone', 'fullscreen', or 'minimal-ui'. */
'manifest-display-not-supported': `Manifest 'display' property must be one of 'standalone', 'fullscreen', or 'minimal-ui'`,
'manifest-display-not-supported': 'Manifest `display` property must be one of `standalone`, `fullscreen`, or `minimal-ui`',
Copy link
Collaborator Author

@connorjclark connorjclark Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a manifest file is JSON, so no need to wrap with ' to disambiguate like the other PR

@connorjclark connorjclark merged commit fa70317 into main Oct 3, 2023
30 checks passed
@connorjclark connorjclark deleted the man-mono branch October 3, 2023 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants