Skip to content

Commit

Permalink
chore: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xxtereshko committed Jan 23, 2023
1 parent 557191b commit b2048ed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ Different developers have different experiences and contexts, which can lead to

The methodology uses specific terms such as:

- [Layers][refs-layers] — "app", "process", "page", "feature", "entity", "shared",
- [Segments][refs-segments] — "ui', "model", "lib", "api".
- [Layers][refs-layers] — "app", "process", "page", "feature", "entity", "shared"
- [Slices][refs-slices]
- [Segments][refs-segments] — "ui', "model", "lib", "api", "config"

These terms are [clearly defined][refs-reference] in the methodology.

Expand Down Expand Up @@ -52,10 +53,11 @@ It is important that all team members clearly understand the meaning of terms su
- [(Discussion) "processes" vs "flows" vs ...][disc-processes]:
- [(Discussion) "model" vs "store" vs ...][disc-model]:

[refs-layers]: /docs/reference/units/layers
[refs-reference]: /docs/reference/units
[refs-segments]: /docs/reference/units/segments
[disc-model]: https://github.com/feature-sliced/documentation/discussions/68
[disc-naming]: https://github.com/feature-sliced/documentation/discussions/31#discussioncomment-464894
[disc-processes]: https://github.com/feature-sliced/documentation/discussions/20
[disc-src]: https://github.com/feature-sliced/documentation/discussions/16
[refs-layers]: /docs/reference/units/layers
[refs-reference]: /docs/reference/units
[refs-segments]: /docs/reference/units/segments
[refs-slices]: /docs/reference/units#slice
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ sidebar_position: 4

В методологии используются такие специфические термины, как:

- [Слои][refs-layers] (Layers) — "app", "process", "page", "feature", "entity", "shared",
- [Сегменты][refs-segments] (Segments) — "ui', "model", "lib", "api".
- [Слои][refs-layers] (Layers) — "app", "process", "page", "feature", "entity", "shared"
- [Слайсы][refs-slices] (Slices)
- [Сегменты][refs-segments] (Segments) — "ui', "model", "lib", "api", "config"

Эти термины [четко определены][refs-reference] в методологии.

Expand Down Expand Up @@ -49,13 +50,14 @@ sidebar_position: 4

- [(Обсуждение) Адаптивность нейминга][disc-src]
- [(Обсуждение) Опрос по неймингу сущностей][disc-naming]:
- [(Обсуждение) `processes` vs `flows` vs ...][disc-processes]:
- [(Обсуждение) `model` vs `store` vs ...][disc-model]:
- [(Обсуждение) "processes" vs "flows" vs ...][disc-processes]:
- [(Обсуждение) "model" vs "store" vs ...][disc-model]:

[refs-layers]: /docs/reference/units/layers
[refs-reference]: /docs/reference/units
[refs-segments]: /docs/reference/units/segments
[disc-model]: https://github.com/feature-sliced/documentation/discussions/68
[disc-naming]: https://github.com/feature-sliced/documentation/discussions/31#discussioncomment-464894
[disc-processes]: https://github.com/feature-sliced/documentation/discussions/20
[disc-src]: https://github.com/feature-sliced/documentation/discussions/16
[refs-layers]: /docs/reference/units/layers
[refs-reference]: /docs/reference/units
[refs-segments]: /docs/reference/units/segments
[refs-slices]: /docs/reference/units#slice

0 comments on commit b2048ed

Please sign in to comment.