Skip to content

Commit baba2fe

Browse files
committed
Fix typo
1 parent 76f8788 commit baba2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/post/astrowind-template-in-depth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ This allows a great deal of flexibility in component design.
137137

138138
Now, we get to the techniques used in _AstroWind_, we'll use the _pages/index.astro_ file to illustrate.
139139

140-
You'll note that the index file imports a lot of components, each one roughly analagous to a panel in the index page. Each of these components, in turn, is instantiated sequentially throughout the page. But, you'll notice that some of them use this kind of construct (we'll use the last section, _CallToAction_, as it is most illustrative of the technique):
140+
You'll note that the index file imports a lot of components, each one roughly analogous to a panel in the index page. Each of these components, in turn, is instantiated sequentially throughout the page. But, you'll notice that some of them use this kind of construct (we'll use the last section, _CallToAction_, as it is most illustrative of the technique):
141141

142142
```astro
143143
<CallToAction

0 commit comments

Comments
 (0)