Skip to content

Commit 43016f7

Browse files
authored
Update i18n/ru/docusaurus-plugin-content-docs/current/reference/public-api.md
1 parent 0cf21de commit 43016f7

File tree

1 file changed

+1
-1
lines changed
  • i18n/ru/docusaurus-plugin-content-docs/current/reference

1 file changed

+1
-1
lines changed

i18n/ru/docusaurus-plugin-content-docs/current/reference/public-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export * from "./model/comments"; // 💩 это плохая практика
4545
- `📄 B.ts` — специальный публичный API только для кода внутри `entities/B/`
4646
- `📄 index.ts` — обычный публичный API
4747

48-
Затем код внутри `entities/B/` может быть импортирован из `entities/A/@x/B`:
48+
Затем код внутри `entities/B/` может импортировать из `entities/A/@x/B`:
4949

5050
```ts
5151
import type { EntityA } from "entities/A/@x/B";

0 commit comments

Comments
 (0)