Correction in docs

At:

http://emberjs.com/guides/concepts/naming-conventions/

Should ‘If your app provides an App.ApplicationRoute, Ember.js will invoke the router’s hooks first, before rendering the application template.’

be

‘If your app provides an App.ApplicationRoute, Ember.js will invoke the router’s hooks first, before rendering the application template.’

So ‘route’s hooks’ and not ‘router’s hooks’.

Not being nitpicky - just trying to get things clear in my head!