Skip to content

Commit 104cf72

Browse files
authored
fix: typo in tutorial summary (feature-sliced#654)
1 parent 3dcab3d commit 104cf72

File tree

2 files changed

+2
-2
lines changed
  • i18n
    • en/docusaurus-plugin-content-docs/current/get-started
    • ru/docusaurus-plugin-content-docs/current/get-started

2 files changed

+2
-2
lines changed

i18n/en/docusaurus-plugin-content-docs/current/get-started/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ We have examined several pages and outlined a preliminary structure for our appl
163163
3. The rest will be arranged on demand
164164
2. Pages layer — each page is a separate slice
165165
1. `ui` will contain the page itself and all of its parts
166-
2. `api` will contain more specialized data fetching, using `shared/ui`
166+
2. `api` will contain more specialized data fetching, using `shared/api`
167167
3. `model` might contain client-side storage of the data that we will display
168168

169169
Let’s get building!

i18n/ru/docusaurus-plugin-content-docs/current/get-started/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Shared отличается от других слоев тем, что он с
164164
3. Остальное разложим по ходу написания кода
165165
2. Слой Pages — для каждой страницы отдельный слайс
166166
1. `ui` будет содержать саму страницу и составляющие её блоки
167-
2. `api` будет содержать более специализированные функции получения данных, использующие `shared/ui`
167+
2. `api` будет содержать более специализированные функции получения данных, использующие `shared/api`
168168
3. `model` может содержать клиентское хранилище данных, которые мы будем отображать
169169

170170
Давайте создадим это приложение!

0 commit comments

Comments
 (0)