Skip to content

Commit 5debde8

Browse files
committed
docs: clarify re-export sentences in gateway server section
1 parent 5220fc6 commit 5debde8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLONE_MANUAL_DETAILED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ export function narrate(info: {
888888
> **🛠️ VS Code 실전 조립 절차**
889889
> 1. **파일 생성**: 탐색기(Explorer)에서 `src/gateway` 폴더를 우클릭하고 `New File`을 선택합니다.
890890
> 2. **이름 입력**: `server.ts`를 입력하고 엔터를 칩니다.
891-
> 3. **코드 작성**: 아래의 Export 문장들을 입력하여 외부와 내부를 연결합니다.
891+
> 3. **코드 작성**: 아래 **'#### 2-1-2. 코드 씹어먹기'** 섹션에 있는 `export` 문장들을 입력합니다. 이 문장들은 다른 파일에 있는 기능을 가져와서 곧바로 밖으로 연결해주는 **'전달 통로'** 역할을 합니다.
892892
893893
894894
#### 2-1-1. [초정밀 해부도] Front Desk Map

0 commit comments

Comments
 (0)