We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d97c33 + fe18c10 commit c9f5c5fCopy full SHA for c9f5c5f
1 file changed
app/components/course-page/setup-step-complete-modal/workflow-tutorial-step1-screen.hbs
@@ -5,12 +5,12 @@
5
6
<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">
7
<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
+ Write code in your repo
9
</div>
10
11
<div class="prose prose-sm dark:prose-invert mb-4 text-center text-pretty">
12
<p>
13
- You'll work out of the Git repository that you cloned in the last step.
+ The Git repository you cloned in the last step is where you will make all your changes.
14
</p>
15
16
@@ -24,7 +24,7 @@
24
25
It contains some basic
26
{{@step.repository.language.name}}
27
- code.
+ code to get you started.
28
29
30
0 commit comments