Closed plehnen closed 1 year ago
It capitalizes code which is not correct.
Before: @example cy.dataCy('greeting')
@example cy.dataCy('greeting')
After: @example Cy.dataCy('greeting')
@example Cy.dataCy('greeting')
this example is not correct as jsdoc document change it to this
@example description cy.dataCy('greeting')
Description is optional
It capitalizes code which is not correct.
Before:
@example cy.dataCy('greeting')
After:
@example Cy.dataCy('greeting')