Skip to content

Commit 205f2f5

Browse files
authored
docs: change ‘Hook’ to ‘function’ in Korean, English, Japanese, and Chinese texts (#334)
1 parent f160c29 commit 205f2f5

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

fundamentals/code-quality/code/examples/magic-number-cohesion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async function onLikeClick() {
3232

3333
::: info
3434

35-
Hook은 [가독성](./magic-number-readability.md) 관점으로도 볼 수 있어요.
35+
함수는 [가독성](./magic-number-readability.md) 관점으로도 볼 수 있어요.
3636

3737
:::
3838

fundamentals/code-quality/code/examples/magic-number-readability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 매직 넘버에 이름 붙이기
1+
# 매직 넘버에 이름 붙이기
22

33
<div style="margin-top: 16px">
44
<Badge type="info" text="가독성" />
@@ -36,7 +36,7 @@ async function onLikeClick() {
3636

3737
::: info
3838

39-
Hook은 [응집도](./magic-number-cohesion.md) 관점으로도 볼 수 있어요.
39+
함수는 [응집도](./magic-number-cohesion.md) 관점으로도 볼 수 있어요.
4040

4141
:::
4242

fundamentals/code-quality/en/code/examples/magic-number-cohesion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ From the perspective that only one side of the code that needs to be modified to
3030

3131
::: info
3232

33-
This hook can also be viewed from the perspective of [readability](./magic-number-readability.md).
33+
This function can also be viewed from the perspective of [readability](./magic-number-readability.md).
3434

3535
:::
3636

fundamentals/code-quality/en/code/examples/magic-number-readability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When multiple developers work on the same code, the intention may not be accurat
3535

3636
::: info
3737

38-
This Hook can also be viewed from the perspective of [cohesion](./magic-number-cohesion.md).
38+
This function can also be viewed from the perspective of [cohesion](./magic-number-cohesion.md).
3939

4040
:::
4141

fundamentals/code-quality/ja/code/examples/magic-number-cohesion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function onLikeClick() {
3131

3232
::: info
3333

34-
この Hook[可読性](./magic-number-readability.md)の観点からも考えることができます。
34+
この Function[可読性](./magic-number-readability.md)の観点からも考えることができます。
3535

3636
:::
3737

fundamentals/code-quality/ja/code/examples/magic-number-readability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async function onLikeClick() {
3636

3737
::: info
3838

39-
この Hook[凝集度](./magic-number-cohesion.md)の観点からも考えることができます。
39+
この Function[凝集度](./magic-number-cohesion.md)の観点からも考えることができます。
4040

4141
:::
4242

fundamentals/code-quality/zh-hans/code/examples/magic-number-cohesion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function onLikeClick() {
3030

3131
::: info
3232

33-
这个 Hook 也可以从 [可读性](./magic-number-readability.md) 的角度来考虑。
33+
这个 Function 也可以从 [可读性](./magic-number-readability.md) 的角度来考虑。
3434

3535
:::
3636

fundamentals/code-quality/zh-hans/code/examples/magic-number-readability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function onLikeClick() {
3535

3636
::: info
3737

38-
这个 Hook 也可以从 [内聚性](./magic-number-cohesion.md) 的角度来考虑。
38+
这个 Function 也可以从 [内聚性](./magic-number-cohesion.md) 的角度来考虑。
3939

4040
:::
4141

0 commit comments

Comments
 (0)