content: Fix glob pattern-alternatives syntax in cascade.md

This commit is contained in:
Joe Mooring 2025-08-31 12:06:03 -07:00 committed by GitHub
parent 1f61fd6be1
commit 9f6213ebef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ lang
: (`string`) A [glob](g) pattern matching the [page language]. For example: `{en,de}`.
path
: (`string`) A [glob](g) pattern matching the page's [logical path](g). For example: `/books,/books/**`.
: (`string`) A [glob](g) pattern matching the page's [logical path](g). For example: `{/books,/books/**}`.
## Array