File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Each lesson will look like this:
76
76
<div class="goals">
77
77
<h1>Goal:</h1>
78
78
<p>Description of the current step.
79
- <p>Red because big goals are scary .
79
+ <p>Red because big goals it's important .
80
80
</div>
81
81
<div class="steps">
82
82
<h1>Steps:</h1>
@@ -87,11 +87,11 @@ def code_to_write
87
87
1 + 1
88
88
end</pre>
89
89
</div>
90
- <p>Yellow because we've gotten it done, but we have no clue what's going on.
90
+ <p>Yellow because we've gotten it done, but we're not sure yet what's going on.
91
91
</div>
92
92
<div class="explanation">
93
93
<h1>Explanation</h1>
94
- <p>Details of what the steps actually did... spell out the cause and effect.
94
+ <p>Details of what the steps actually did, explaining the cause and effect.
95
95
<p>Green because we can tie everything together now.
96
96
</div>
97
97
</div>
You can’t perform that action at this time.
0 commit comments