ember-learn/deprecation-app

Tidy up deprecation titles

locks opened this issue · 1 comments

locks commented

Some deprecations include the word "Deprecation" or "Deprecation" in the title. This is superfluous since these are deprecation guides, so this could be tidied up.

An example:
Deprecation: https://deprecations.emberjs.com/v3.x#toc_ember-glimmer-with-syntax
Current title: Deprecate transition methods of routes and controllers
Updated title: Transition methods of routes and controllers

I can try to do it this evening if no one else volunteers before that 😄.