kimroen / ember-cli-document-title

Adding document title behaviour to your ember app
MIT License
215 stars 61 forks source link

Fix `leafmost` typo in readme #20

Closed abulrim closed 9 years ago

kimroen commented 9 years ago

Hi Rami! Although not a common expression, this is actually not a typo! It might be better to write "leaf-most", though.

It's referring to the route at the very end of a branch of routes.

For example, if I had this set of routes:

then the leaf-most routes would be

It made sense to me at the time, but if you have suggestions for rewrites that would make this clearer, please do share! :)

abulrim commented 9 years ago

Oh wow! Didn't know that. Thanks!