summaryrefslogtreecommitdiff
path: root/docs/src/pages
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-17 15:47:31 -0400
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-19 14:20:47 -0700
commit488d13a90ff526a0c9512c9498116c1c826b6b6a (patch)
tree124953661f34e45c4bc2a18aaf4f5fa3bb712739 /docs/src/pages
parentf33c775b93d2998d8da8a4f71a5ee4fb6abdd949 (diff)
downloadastro-488d13a90ff526a0c9512c9498116c1c826b6b6a.tar.gz
astro-488d13a90ff526a0c9512c9498116c1c826b6b6a.tar.zst
astro-488d13a90ff526a0c9512c9498116c1c826b6b6a.zip
small typo fix
Diffstat (limited to 'docs/src/pages')
-rw-r--r--docs/src/pages/blog/island-architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/blog/island-architecture.md b/docs/src/pages/blog/island-architecture.md
index c26a2f28b..186b0ca9a 100644
--- a/docs/src/pages/blog/island-architecture.md
+++ b/docs/src/pages/blog/island-architecture.md
@@ -166,7 +166,7 @@ This 'micro' architecture is similar to both 'micro-frontends' and 'micro-servic
With Island-Architecture, he proposes a form of progressive enhancement for the dynamic components by using a technique known as _Partial Hydration_.
-Let's look at this following analogy:
+Let's look at the following analogy:
On our Static page, we have an image carousel. Such carousel needs to have some form of interactivity to load the next image after a certain amount of time has elapsed, along with navigation and pagination buttons on the carousel.