Skip to content

Commit 676411d

Browse files
committed
Clearer wording
1 parent 90000b6 commit 676411d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Before we upload all the files, let's check what `git` will be uploading (all th
189189
$ git status
190190
```
191191

192-
We're almost there, now it's time to tell it to save this change in its history. We're going to give it a "commit message" where we describe what we've changed. You can type anything you'd like at this stage, but it's helpful to type something descriptive so that you can remember what you've done in the future.
192+
We're almost there, now it's time to tell it to save this change in its history. We're going to give it a "commit message" where we describe what we've changed. You can type anything you'd like at this stage, but it's helpful to type something descriptive so that, in the future, you can remember what you've done.
193193

194194
{% filename %}command-line{% endfilename %}
195195
```

0 commit comments

Comments
 (0)