From f74112798b71e3a6fb8531190f721ba2db07888a Mon Sep 17 00:00:00 2001 From: mundry <1453314+mundry@users.noreply.github.com> Date: Sat, 17 Jul 2021 21:46:51 +0200 Subject: Fix typos in the documentation. (#731) Co-authored-by: mundry --- docs/src/pages/reference/api-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/pages/reference/api-reference.md') diff --git a/docs/src/pages/reference/api-reference.md b/docs/src/pages/reference/api-reference.md index 1be5d3c2c..9667af2ec 100644 --- a/docs/src/pages/reference/api-reference.md +++ b/docs/src/pages/reference/api-reference.md @@ -173,7 +173,7 @@ Astro will generate an RSS 2.0 feed at `/feed/[collection].xml` (for example, `/ All ESM modules include a `import.meta` property. Astro adds `import[dot]meta[dot]env` through [Snowpack](https://www.snowpack.dev/). -**`import[dot]meta[dot]env[dot]SSR`** can be used to know when rendering on the server. Some times you might want different logic, for example a component that should only be rendered in the client: +**`import[dot]meta[dot]env[dot]SSR`** can be used to know when rendering on the server. Sometimes you might want different logic, for example a component that should only be rendered in the client: ```jsx import { h } from 'preact'; -- cgit v1.2.3