aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
151 stars 57 forks source link

Why do non-sentence headers end in a period? #851

Closed SteveDesmond-ca closed 7 years ago

SteveDesmond-ca commented 7 years ago

See https://github.com/aspnet/Templates/blob/dev/src/Rules/StarterWeb/IndividualAuth/Views/Account/ResetPasswordConfirmation.cshtml as an example -- almost all the <h1>s have periods after them, when they should more likely be Title Case with no period.

mlorbetske commented 7 years ago

These have been fixed in dotnet/templating (where the templates are being built from for the time being)