Error in Manual

There’s a little error in the manual:

If you want to put all your images in a single folder, you can put them in a user/pages/images folder. That way you can reach them via

page.find(‘/images’).media[‘my-image.jpg’]

But It should be:

*pages.*find(‘/images’).media[‘my-image.jpg’]

Both should work