question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unwanted capitalisation

See original GitHub issue

When 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:closed
  • Created 2 years ago
  • Comments:21 (19 by maintainers)

github_iconTop GitHub Comments

2reactions
RedGuy12commented, Jan 17, 2022

Yes, I also find this plugin to format /** @file A file description */ as /** @file A File description */

1reaction
hosseinmdcommented, Jan 18, 2022

I forgot that, we have it with jsdocCapitalizeDescription name

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found