0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] format

This commit is contained in:
bluwy 2023-07-10 14:30:38 +00:00 committed by astrobot-houston
parent 1c7fda8169
commit 65ecbcb286

View file

@ -20,7 +20,7 @@ Each render (page or endpoint) requires a `RenderContext` that contains:
- Additional `styles`, `links`, `scripts` - Additional `styles`, `links`, `scripts`
- And more! - And more!
The `RenderContext` is agnostic to what's being rendered. The `RenderContext` is agnostic to what's being rendered.
**Permitted state:** `RenderContext` should only contain per-request information. **Permitted state:** `RenderContext` should only contain per-request information.