# Sage 10 Composer Documentation Error

**URL:** https://discourse.roots.io/t/sage-10-composer-documentation-error/27999
**Category:** sage
**Tags:** composer, sage10
**Created:** 2024-09-16T15:26:10Z
**Posts:** 1

## Post 1 by @jadamsson — 2024-09-16T15:26:10Z

I think there is an issue with the documentation [Composers | Sage Docs | Roots](https://roots.io/sage/docs/composers/) in the Automatic View Selection. The documentation says:

> For example, if your view is a partial at `/resources/views/partials/page-header.blade.php`, a Composer at `/app/View/Composers/PageHeader.php` will be automatically bound to it. In other words:
> 
> - Match paths below `/resources/views` and `/app/View`.

These two lines do not seem to match. The bullet point says to “match paths”, but the first path in the example is “/resources/views/partials/” and the second is “/app/View/”
