fix(i18n) : Periodic Table Database intro fixes (#56091)

This commit is contained in:
NIKHIL AGARWAL
2024-09-13 14:16:09 +05:30
committed by GitHub
parent 0c66ef3502
commit f24bc2aa47
2 changed files with 2 additions and 2 deletions

View File

@@ -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": {

View File

@@ -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--