fix: unrevert verbiage changes (#45349)

* fix: unrevert verbiage changes

* fix: typo

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* fix(tools): update cypress test

* chore: apply sem's review

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
This commit is contained in:
Naomi Carrigan
2022-03-04 14:35:56 -08:00
committed by GitHub
parent 8e842f873c
commit 982ba9b307
14 changed files with 25 additions and 25 deletions

View File

@ -13,11 +13,11 @@ This is one of the required projects to earn your certification. For this projec
# --instructions--
**Important:** After you pass all the project tests, save a dump of your database into a `number_guessers.sql` file, as well as your whole `number_guessing_game` folder, so you can complete step 2. There will be instructions how to do that within the virtual machine.
**Important:** After you pass all the project tests, save a dump of your database into a `number_guess.sql` file, as well as your `number_guess.sh` file, so you can complete step 2. There will be instructions on how to do that within the virtual machine.
# --notes--
Required files: `number_guessers.sql`, and the whole `number_guessing_game` folder
Required files: `number_guess.sql`, `number_guess.sh`
# --hints--

View File

@ -13,11 +13,11 @@ This is one of the required projects to earn your certification. For this projec
# --instructions--
**Important:** After you pass all the project tests, save a dump of your database into a `elements.sql` file, as well as your whole `periodic_table` folder, so you can complete step 2. There will be instructions how to do that within the virtual machine.
**Important:** After you pass all the project tests, save a dump of your database into a `periodic_table.sql` file, as well as your `element.sh` file, so you can complete step 2. There will be instructions on how to do that within the virtual machine.
# --notes--
Required files: `elements.sql`, and the whole `periodic_table` folder
Required files: `periodic_table.sql`, `element.sh`
# --hints--

View File

@ -9,7 +9,7 @@ dashedName: build-a-kitty-ipsum-translator
# --description--
In this 140 lesson course, you will learn some more complex commands, and the details of how commands work.
In this 140-lesson course, you will learn some more complex commands, and the details of how commands work.
# --instructions--

View File

@ -9,7 +9,7 @@ dashedName: build-a-bike-rental-shop
# --description--
In this 210 lesson course, you will build an interactive Bash program that stores rental information for your bike rental shop using PostgreSQL.
In this 210-lesson course, you will build an interactive Bash program that stores rental information for your bike rental shop using PostgreSQL.
# --instructions--

View File

@ -9,7 +9,7 @@ dashedName: build-a-boilerplate
# --description--
In this 170 lesson course, you will learn basic commands by creating a website boilerplate using only the command line.
In this 170-lesson course, you will learn terminal commands by creating a website boilerplate using only the command line.
# --instructions--

View File

@ -9,7 +9,7 @@ dashedName: build-five-programs
# --description--
In this 220 lesson course, you will learn more terminal commands and how to use them within Bash scripts by creating five small programs.
In this 220-lesson course, you will learn more terminal commands and how to use them within Bash scripts by creating five small programs.
# --instructions--

View File

@ -9,7 +9,7 @@ dashedName: build-an-sql-reference-object
# --description--
In this 240 lesson course, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands.
In this 240-lesson course, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands.
# --instructions--

View File

@ -9,7 +9,7 @@ dashedName: build-a-castle
# --description--
In this 40 lesson course, you will learn how to edit files in the terminal with Nano while building a castle.
In this 40-lesson course, you will learn how to edit files in the terminal with Nano while building a castle.
# --instructions--

View File

@ -9,7 +9,7 @@ dashedName: build-a-mario-database
# --description--
In this 165 lesson course, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters.
In this 165-lesson course, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters.
# --instructions--

View File

@ -9,7 +9,7 @@ dashedName: build-a-student-database-part-1
# --description--
In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL.
In this 140-lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL.
# --instructions--

View File

@ -9,7 +9,7 @@ dashedName: build-a-student-database-part-2
# --description--
In this 140 lesson course, you will complete your student database while diving deeper into SQL commands.
In this 140-lesson course, you will complete your student database while diving deeper into SQL commands.
# --instructions--