summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bluwy <bluwy@users.noreply.github.com> 2023-07-10 14:30:38 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-07-10 14:30:38 +0000
commit65ecbcb2867030a7e0a9bb65e808fdcb7e430f5a (patch)
tree5e297ed21d80b8f4f2e5ca9b449db098e53209ff
parent1c7fda81696005dc73e41332fa711d361619bcac (diff)
downloadastro-65ecbcb2867030a7e0a9bb65e808fdcb7e430f5a.tar.gz
astro-65ecbcb2867030a7e0a9bb65e808fdcb7e430f5a.tar.zst
astro-65ecbcb2867030a7e0a9bb65e808fdcb7e430f5a.zip
[ci] format
-rw-r--r--packages/astro/src/core/render/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/render/README.md b/packages/astro/src/core/render/README.md
index f1e6f15c1..f8074cb68 100644
--- a/packages/astro/src/core/render/README.md
+++ b/packages/astro/src/core/render/README.md
@@ -20,7 +20,7 @@ Each render (page or endpoint) requires a `RenderContext` that contains:
- Additional `styles`, `links`, `scripts`
- 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.