Hello Vercel team,
Link to documentation: Environments
Small docs feedback on this sentence:
“Push a commit to a branch that is not your production branch (commonly main)”
The wording is ambiguous. On first read, “(commonly main)” can sound like it refers to the non-production branch, not the production branch.
A clearer version would be:
“Push a commit to any branch other than your production branch, commonly
main. For example, create a branch namedpreviewor push to an existing feature branch.”
I think that would be easier for beginners to parse correctly.
Thank you.