Skip to content

Commit c9f5c5f

Browse files
authored
Merge pull request #3570 from codecrafters-io/fix-workflow-tutorial-step1-text
fix(ui): improve clarity of workflow tutorial step 1 text
2 parents 9d97c33 + fe18c10 commit c9f5c5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/course-page/setup-step-complete-modal/workflow-tutorial-step1-screen.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
<div class="px-3 sm:px-6 py-6 bg-gray-50 dark:bg-gray-925 rounded-sm border border-gray-200 dark:border-gray-700 mb-6">
77
<div class="mb-4 font-bold text-lg text-gray-700 dark:text-gray-100 text-center text-pretty">
8-
Work in your Git repo
8+
Write code in your repo
99
</div>
1010

1111
<div class="prose prose-sm dark:prose-invert mb-4 text-center text-pretty">
1212
<p>
13-
You'll work out of the Git repository that you cloned in the last step.
13+
The Git repository you cloned in the last step is where you will make all your changes.
1414
</p>
1515
</div>
1616

@@ -24,7 +24,7 @@
2424
<p>
2525
It contains some basic
2626
{{@step.repository.language.name}}
27-
code.
27+
code to get you started.
2828
</p>
2929
</div>
3030
</div>

0 commit comments

Comments
 (0)