diff options
author | 2021-08-12 20:24:06 +0200 | |
---|---|---|
committer | 2021-08-12 13:24:06 -0500 | |
commit | cbae535cad6790b60affc5391d3cab194701ee65 (patch) | |
tree | 9576a0c1bd390acbf7ef161e34b99160df8b02d5 /docs/src/pages/guides/rss.md | |
parent | fbbb589d921cae62f42694c3081ebf8378d24a80 (diff) | |
download | astro-cbae535cad6790b60affc5391d3cab194701ee65.tar.gz astro-cbae535cad6790b60affc5391d3cab194701ee65.tar.zst astro-cbae535cad6790b60affc5391d3cab194701ee65.zip |
Fix typos in the docs/ content (#1093)
Co-authored-by: mundry <mundry@users.noreply.github.com>
Diffstat (limited to 'docs/src/pages/guides/rss.md')
-rw-r--r-- | docs/src/pages/guides/rss.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/rss.md b/docs/src/pages/guides/rss.md index d4ac14d5f..3c98db661 100644 --- a/docs/src/pages/guides/rss.md +++ b/docs/src/pages/guides/rss.md @@ -5,7 +5,7 @@ title: RSS Astro supports fast, automatic RSS feed generation for blogs and other content websites. -You can create an RSS feed from any Astro page that uses a `getStaticPaths()` function for routing. Only dynamic routes can use `getStaticPaths()` today (see [Routing](/core-concepts/routing). +You can create an RSS feed from any Astro page that uses a `getStaticPaths()` function for routing. Only dynamic routes can use `getStaticPaths()` today (see [Routing](/core-concepts/routing)). > We hope to make this feature available to all other pages before v1.0. As a workaround, you can convert a static route to a dynamic route that only generates a single page. See [Routing](/core-concepts/routing) for more information about dynamic routes. |