Skip to content

Commit a168f32

Browse files
authored
Merge pull request #169 from LibraryCarpentry/typos
assorted typos
2 parents 809212c + 44ccdd8 commit a168f32

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

episodes/01-format-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ We're going to take a messy version of some library training data and clean it u
167167

168168
## Important
169169

170-
Do not forget of our first piece of advice:
170+
Do not forget our first piece of advice:
171171
**create a new file** for the cleaned data, and **never
172172
modify the original (raw) data**.
173173

episodes/03-dates-as-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ sure that we are adding the amount to the correct entity.
172172
- Finally the complete date string is reconstructed using the `DATE()` function.
173173

174174
**Note:** Time values raise similar challenges. Seconds can be directly
175-
added but to add hour and minutes you will need to make sure
175+
added but to add hours and minutes you will need to make sure
176176
that quantities are added to the correct entities.
177177

178178
## Advantages of Alternative Date Formatting

episodes/04-quality-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ keyboard) should never be entered. Likewise if one of the kinds of data being
5959
collected is a count, only integers greater than or equal to zero should be
6060
allowed.
6161

62-
To control the kind of data entered into a a spreadsheet we use Data Validation
62+
To control the kind of data entered into a spreadsheet we use Data Validation
6363
(Excel) or Validity (LibreOffice Calc), to set the values that can be entered
6464
in each data column.
6565

0 commit comments

Comments
 (0)