Skip to content

Commit

Permalink
fix(docs-i18n-ru/en): typo in tutorial (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Voyager101pw committed May 11, 2024
1 parent 3aec50d commit 980f260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ And with that we are officially done with the feed! Yay!
First, we need data. Let’s create a loader:

```bash
npx fsd pages article-reader -s api
npx fsd pages article-read -s api
```

```tsx title="pages/article-read/api/loader.ts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ export function ArticlePreview({ article }: ArticlePreviewProps) {
Во-первых, нам нужны данные. Давайте создадим загрузчик:

```bash
npx fsd pages article-reader -s api
npx fsd pages article-read -s api
```

```tsx title="pages/article-read/api/loader.ts"
Expand Down

0 comments on commit 980f260

Please sign in to comment.