Skip to content

Commit de323c4

Browse files
authored
fix: correct a layer name typo in the next guide (feature-sliced#717)
1 parent f525a6a commit de323c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

i18n/en/docusaurus-plugin-content-docs/current/guides/tech/with-nextjs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ the FSD project structure inside the `src` folder.
3232

3333
### Renaming the `pages` layer within the FSD structure
3434

35-
Another way to solve the problem is to rename the `app` layer in the FSD structure to avoid conflicts with the NextJS `pages` folder.
36-
You can rename the `app` layer in FSD to `views`.
35+
Another way to solve the problem is to rename the `pages` layer in the FSD structure to avoid conflicts with the NextJS `pages` folder.
36+
You can rename the `pages` layer in FSD to `views`.
3737
In that way, the structure of the project in the `src` folder is preserved without contradiction with the requirements of NextJS.
3838

3939
```sh
@@ -114,4 +114,4 @@ the FSD project structure inside the `src` folder. You should still also add the
114114
- [(Thread) About the pages directory in NextJS](https://t.me/feature_sliced/3623)
115115

116116
[project-knowledge]: /docs/about/understanding/knowledge-types
117-
[ext-app-router-stackblitz]: https://stackblitz.com/edit/stackblitz-starters-aiez55?file=README.md
117+
[ext-app-router-stackblitz]: https://stackblitz.com/edit/stackblitz-starters-aiez55?file=README.md

0 commit comments

Comments
 (0)