From 9d32483ead5973a99d2fd30cb06cd868d9544656 Mon Sep 17 00:00:00 2001 From: GimGayeon Date: Mon, 23 Dec 2024 13:02:48 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95(=EB=84=A4=EB=B9=84=EA=B2=8C=EC=9D=B4=ED=84=B0->=20?= =?UTF-8?q?=EB=82=B4=EB=B9=84=EA=B2=8C=EC=9D=B4,=20=ED=81=B4=EB=A1=A0->=20?= =?UTF-8?q?clone)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/constants/coduoDocs/howToStart.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/constants/coduoDocs/howToStart.ts b/frontend/src/constants/coduoDocs/howToStart.ts index d0b1f269..fc22cdf4 100644 --- a/frontend/src/constants/coduoDocs/howToStart.ts +++ b/frontend/src/constants/coduoDocs/howToStart.ts @@ -63,7 +63,7 @@ export const HOW_TO_START = [ title: '7. 로컬에 clone 하기', id: 'clone-in-local', info: ` - cd 명령어를 통해 원하는 폴더로 이동 후 레포지토리를 클론하고, 본인이 사용하는 통합 개발 환경(IDE)으로 열어 미션을 시작합니다.`, + cd 명령어를 통해 원하는 폴더로 이동 후 레포지토리를 clone하고, 본인이 사용하는 통합 개발 환경(IDE)으로 열어 미션을 시작합니다.`, sourceCode: [` cd {이동할 폴더 이름}`, `git clone {복사한 레포지토리 주소}`, ` code {실행할 파일 이름}`], }, ], @@ -93,13 +93,13 @@ export const HOW_TO_START = [ title: '3. 역할 정하기', src: 'https://res.cloudinary.com/dtxv2v5kx/image/upload/v1734868518/select-role.webp', id: 'select-role', - info: '페어와 논의하여 드라이버와 네비게이터를 정해줍니다. 관련 내용은 설명을 참고해 주세요.', + info: '페어와 논의하여 드라이버와 내비게이터를 정해줍니다. 관련 내용은 설명을 참고해 주세요.', }, { title: '4. 타이머 설정하기', id: 'set-timer', src: 'https://res.cloudinary.com/dtxv2v5kx/image/upload/v1734869420/set-timer.webp', - info: '페어프로그래밍을 진행 할 시간을 정해주세요. 버튼을 클릭하거나 "직접 설정"을 통해 임의로 정할 수 있습니다.', + info: '페어프로그래밍을 진행 할 시간을 정해주세요. 버튼을 클릭하거나 "직접 설정"을 통해 자유롭게 정할 수 있습니다.', }, ], },