File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,23 @@ Suggestion on words and terms:
12
12
13
13
| Original word/term | Suggestion |
14
14
| ------------------ | ---------- |
15
- | arrow function | * arrow function* |
15
+ | array | array |
16
+ | arrow function | función flecha |
16
17
| bug | error |
17
18
| Bundler | * Bundler* |
18
19
| camelCase | * camelCase* |
19
20
| callback | * callback* |
20
- | controlled component | * controlled component * |
21
+ | controlled component | componente controlado |
21
22
| debugging | depuración |
23
+ | key | key |
22
24
| library | biblioteca |
23
- | lowercase | * lowercase * |
25
+ | lowercase | minúscula(s) |
24
26
| props | * props* |
25
27
| React element | Elemento de React |
26
- | state | * state * |
28
+ | state | estado |
27
29
| string | * string* |
28
30
| template literals | * template literals* |
29
- | uncontrolled component | * uncontrolled component * |
31
+ | uncontrolled component | componente no controlado |
30
32
31
33
32
34
You can’t perform that action at this time.
0 commit comments