Unwanted capitalisation
See original GitHub issueWhen I write this:
export interface ConfirmationParams {
/**
* A title for the dialog
*
* @default 'Are you sure?'
*/
title?: string
}
I get unwanted capitalisation in the @default tag. It says “Are You sure?” instead of “Are you sure?”
export interface ConfirmationParams {
/**
* A title for the dialog
*
* @default 'Are You sure?'
*/
title?: string
}
Issue Analytics
- State:
- Created 2 years ago
- Comments:21 (19 by maintainers)
Top Results From Across the Web
Avoid Gratuitous Capitalization - Daily Writing Tips
Unfortunately, many amateur writers, and a number of professionals, clutter their writing with gratuitous capitalization because of a misunderstanding of — or a ......
Read more >Avoiding unwanted capitalization - Graham Mayor
Avoiding unwanted capitalization. Word is configured, by default, to automatically capitalize sentences, but this often produces unwanted results - such as.
Read more >Unwanted capitalization - Apple Support Communities
Unwanted capitalization. Have noticed lately that when I'm editing text in for example an email, when I place the curser where I want...
Read more >The curse of Random capitalization - LinkedIn
You know that because it includes Unnecessary Capital Letters. This is the curse of random capitalization, the misuse of capital letters to ...
Read more >Unnecessary and missing capitalization - Allen's English at AU
Unnecessary and missing capitalization · We capitalize the beginnings of things punctuated as sentences. · We capitalize the first word of an independent...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes, I also find this plugin to format
/** @file A file description */as/** @file A File description */I forgot that, we have it with
jsdocCapitalizeDescriptionname