Skip to content

Commit 7e43580

Browse files
Update src/content/reference/react/Fragment.md
Co-authored-by: Nick Tishkevich <[email protected]>
1 parent 511a9d7 commit 7e43580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/Fragment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function PostBody({ body }) {
9494

9595
<DeepDive>
9696

97-
#### Как написать фрагмент без использования особого синтаксиса? {/*how-to-write-a-fragment-without-the-special-syntax*/}
97+
#### Как написать фрагмент без специального синтаксиса? {/*how-to-write-a-fragment-without-the-special-syntax*/}
9898

9999
Приведенный выше пример эквивалентен импорту `Fragment` из React:
100100

0 commit comments

Comments
 (0)