Skip to content

Commit

Permalink
[i18nIgnore] Update 1.mdx
Browse files Browse the repository at this point in the history
Swapped the words 'all' and 'the' on line 91 so the sentence is grammatically correct.

Co-authored-by: liruifengv <liruifeng1024@gmail.com>
  • Loading branch information
Samji and liruifengv authored Mar 5, 2024
1 parent 48a51b5 commit 97366a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/tutorial/5-astro-api/1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Now that you have a few blog posts to link to, it's time to configure the Blog p

## Challenge: Create a BlogPost component

Try on your own to make the all necessary changes to your Astro project so that you can instead use the following code to generate your list of blog posts:
Try on your own to make all the necessary changes to your Astro project so that you can instead use the following code to generate your list of blog posts:

```astro title="src/pages/blog.astro" del={2} ins={3}
<ul>
Expand Down

0 comments on commit 97366a9

Please sign in to comment.