Skip to content

Commit 44528e2

Browse files
authored
docs(en): merge reactjs.org/main into zh-hans.reactjs.org/main @ 7d9c9e8
2 parents daa4e36 + 0b3cc9e commit 44528e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beta/src/pages/community/acknowledgements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 鸣谢
44

55
## React {/*react*/}
66

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

99
* [Almero Steyn](https://github.com/AlmeroSteyn)
1010
* [Andreas Svensson](https://github.com/syranide)

beta/src/pages/learn/updating-arrays-in-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Alternatively, you can [use Immer](#write-concise-update-logic-with-immer) which
3535

3636
<Gotcha>
3737

38-
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:
38+
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:
3939

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

0 commit comments

Comments
 (0)