Skip to content

Commit 53bf554

Browse files
committed
fix: typo
1 parent 33c51fb commit 53bf554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posts/beginner-eleventy-tutorial-parti.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ We have to admit that part of the rise of SSGs is that as developers, we are com
199199

200200
New SSGs are popping up every day as this modern approach to tooling becomes more widely adopted. Popular static site generators (and their frameworks/languages) include: [Hugo](https://gohugo.io/) (Go), [Gatsby](https://www.gatsbyjs.org/), [Next.js](https://nextjs.org/), [React Static](https://github.com/react-static/react-static/tree/master/) (React); [NuxtJS](https://nuxtjs.org/) (Vue.js); [Middleman](https://middlemanapp.com/), [Jekyll](https://jekyllrb.com/) (Ruby); [Sapper](https://sapper.svelte.dev/) (Svelte); and my personal favourite, [Eleventy](https://11ty.io) (Node.js).
201201

202-
Examples of _sites_ made on these _SSGs_ on these can be found on each of those links. (See how the naming convention is confusing?!)
202+
Examples of _sites_ made on these _SSGs_ can be found on each of those links. (See how the naming convention is confusing?!)
203203

204204
#### Aside: On JAMstack and Humans
205205

0 commit comments

Comments
 (0)