Skip to content

Commit f264a43

Browse files
committed
Make language less scary
1 parent f3328e0 commit f264a43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sites/en/intro-to-rails/intro-to-rails.step

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Each lesson will look like this:
7676
<div class="goals">
7777
<h1>Goal:</h1>
7878
<p>Description of the current step.
79-
<p>Red because big goals are scary.
79+
<p>Red because big goals it's important.
8080
</div>
8181
<div class="steps">
8282
<h1>Steps:</h1>
@@ -87,11 +87,11 @@ def code_to_write
8787
1 + 1
8888
end</pre>
8989
</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.
9191
</div>
9292
<div class="explanation">
9393
<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.
9595
<p>Green because we can tie everything together now.
9696
</div>
9797
</div>

0 commit comments

Comments
 (0)