summaryrefslogtreecommitdiff
path: root/docs/src/pages/reference
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/reference')
-rw-r--r--docs/src/pages/reference/renderer-reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/reference/renderer-reference.md b/docs/src/pages/reference/renderer-reference.md
index 1433b7814..6ce54df51 100644
--- a/docs/src/pages/reference/renderer-reference.md
+++ b/docs/src/pages/reference/renderer-reference.md
@@ -11,7 +11,7 @@ Internally, each framework is supported via a framework **renderer.** A renderer
A renderer is an NPM package that has two responsibilities:
-1. _render a component to a static string of HTML_ at build time
+1. _render a component to a static string of HTML_ at build time.
2. _rehydrate that HTML to create an interactive component_ on the client.
Take a look at any one of Astro's built-in [`renderers`](https://github.com/snowpackjs/astro/tree/main/packages/renderers) to see this in action. We'll go into more detail in the following sections.