Skip to content

Commit 6a5dc6b

Browse files
authored
Merge pull request #3350 from micpob/patch-23
Fix sentence
2 parents 3b8d371 + 8757703 commit 6a5dc6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/13/en/part13a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,11 +615,11 @@ On the command-line, create a <i>blogs</i> table for the application with the fo
615615

616616
Add at least two blogs to the database.
617617

618-
Save the SQL-commands you used at the root of the application repository in the file called <i>commands.sql</i>
618+
Save the SQL-commands you used at the root of the application repository in a file called <i>commands.sql</i>
619619

620620
#### Exercise 13.3.
621621

622-
Create functionality in your application, which prints the blogs in the database on the command-line, e.g. as follows:
622+
Create a functionality in your application which prints the blogs in the database on the command-line, e.g. as follows:
623623

624624
```bash
625625
$ node cli.js

0 commit comments

Comments
 (0)