From f24bc2aa477a7a5f9e62e157698b1dbf4f9aecc1 Mon Sep 17 00:00:00 2001 From: NIKHIL AGARWAL Date: Fri, 13 Sep 2024 14:16:09 +0530 Subject: [PATCH] fix(i18n) : Periodic Table Database intro fixes (#56091) --- client/i18n/locales/english/intro.json | 2 +- .../build-a-periodic-table-database.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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--