Skip to content

Commit

Permalink
docs(en): merge reactjs.org/main into zh-hans.reactjs.org/main @ 7d9c9e8
Browse files Browse the repository at this point in the history
  • Loading branch information
QC-L authored Dec 9, 2021
2 parents daa4e36 + 0b3cc9e commit 44528e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beta/src/pages/community/acknowledgements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: 鸣谢

## React {/*react*/}

React 最初由 [Jordan Walke](https://github.com/jordwalke) 创立。如今,React 已拥有 [专门的团队在全职从事这项工作](/community/team.html),同时社区拥有超过 1k+ 的 [开源贡献者](https://github.com/facebook/react/blob/main/AUTHORS) 参与,我们想表彰一些人,他们在过去对 React 及其文档方面做出了重大贡献,并且多年来一直帮助维护它们:
React 最初由 [Jordan Walke](https://github.com/jordwalke) 创立。如今,React 已拥有 [专门的团队在全职从事这项工作](/community/meet-the-team),同时社区拥有超过 1k+ 的 [开源贡献者](https://github.com/facebook/react/blob/main/AUTHORS) 参与,我们想表彰一些人,他们在过去对 React 及其文档方面做出了重大贡献,并且多年来一直帮助维护它们:

* [Almero Steyn](https://github.com/AlmeroSteyn)
* [Andreas Svensson](https://github.com/syranide)
Expand Down
2 changes: 1 addition & 1 deletion beta/src/pages/learn/updating-arrays-in-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Alternatively, you can [use Immer](#write-concise-update-logic-with-immer) which

<Gotcha>

Unfortunately, [`slice`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice) and [`splice`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice) are named similarly but are very different:
Unfortunately, [`slice`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/slice) and [`splice`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice) are named similarly but are very different:

* `slice` lets you copy an array or a part of it.
* `splice` **mutates** the array (to insert or delete items).
Expand Down

0 comments on commit 44528e2

Please sign in to comment.