diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 384b0224eef..e56d8677852 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -615,7 +615,7 @@ "title": "Periodic Table Database", "intro": [ "This is one of the required projects to earn your certification.", - "For this project, you will create Bash a script to get information about chemical elements from a periodic table database." + "For this project, you will create a Bash script to get information about chemical elements from a periodic table database." ] }, "build-a-salon-appointment-scheduler-project": { diff --git a/curriculum/challenges/english/13-relational-databases/build-a-periodic-table-database-project/build-a-periodic-table-database.md b/curriculum/challenges/english/13-relational-databases/build-a-periodic-table-database-project/build-a-periodic-table-database.md index db5b0c61e05..5608918f2fd 100644 --- a/curriculum/challenges/english/13-relational-databases/build-a-periodic-table-database-project/build-a-periodic-table-database.md +++ b/curriculum/challenges/english/13-relational-databases/build-a-periodic-table-database-project/build-a-periodic-table-database.md @@ -8,7 +8,7 @@ dashedName: build-a-periodic-table-database # --description-- -This is one of the required projects to earn your certification. For this project, you will create Bash a script to get information about chemical elements from a periodic table database. +This is one of the required projects to earn your certification. For this project, you will create a Bash script to get information about chemical elements from a periodic table database. # --instructions--