Skip to content

Commit 843b96b

Browse files
jgjgillraon0211
authored andcommitted
docs: Fix some typos (#22)
1 parent 4a3bfaa commit 843b96b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/examples/item-edit-modal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Props Drilling은 부모 컴포넌트와 자식 컴포넌트 사이에 결합도
88

99
## 📝 코드 예시
1010

11-
다음 코드는 사용자가 `item`을 선택할 때 사용하는 `<ItemSelectorModal />` 컴포넌트예요.
11+
다음 코드는 사용자가 `item`을 선택할 때 사용하는 `<ItemEditModal />` 컴포넌트예요.
1212
사용자가 키워드를 입력해서 아이템 목록을 검색하고, 찾고 있었던 아이템을 선택하면 `onConfirm`이 호출돼요.
1313

1414
사용자가 입력한 키워드는 `keyword`, 선택할 수 있는 아이템은 `items`, 추천 아이템의 목록은 `recommendedItems` 프롭으로 전달돼요.

en/code/examples/item-edit-modal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Props Drilling is a clear indication that there is coupling between parent and c
88

99
## 📝 Code Example
1010

11-
The following code is the `<ItemSelectorModal />` component used when a user selects an `item`.
11+
The following code is the `<ItemEditModal />` component used when a user selects an `item`.
1212
The user can enter a keyword to search the item list, and when the desired item is found and selected, `onConfirm` is called.
1313

1414
The keyword entered by the user is passed as the `keyword` prop, the selectable items are passed as the `items` prop, and the list of recommended items is passed as the `recommendedItems` prop.

0 commit comments

Comments
 (0)