Skip to content

[Typo]: Word order issues #7447

Closed
Closed
@Mengbooo

Description

@Mengbooo

Summary

I noticed when I looked at the react Chinese documentation that there seems to be a word order issue here:

“handleClick 函数使用 JavaScript 数组的 slice() 方法创建 squares 数组(nextSquares)的副本。” —— from https://zh-hans.react.dev/learn/tutorial-tic-tac-toe#

The parentheses here refer to the supplementary notes, so we should amend them to:

“handleClick 函数使用 JavaScript 数组的 slice() 方法创建 squares 数组的副本(nextSquares)。”

Image

Page

https://zh-hans.react.dev/learn/tutorial-tic-tac-toe#

Details

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions