From 94ee2559cea81f43d506e4a79c5e220be5d6daba Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Tue, 31 Aug 2021 09:10:30 -0500 Subject: [PATCH] fix(typo/docs): certficate to certificate (#43348) --- docs/curriculum-file-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/curriculum-file-structure.md b/docs/curriculum-file-structure.md index c6db3d818d..9d8e73c489 100644 --- a/docs/curriculum-file-structure.md +++ b/docs/curriculum-file-structure.md @@ -42,7 +42,7 @@ There may be times when you need to rename a certificate, superblock, block, or When renaming a certification, you will likely want to rename the associated superblock along with it. Do the following to rename only the certificate: -1. Rename the `curriculum/challenges/_meta/{superBlock}-certficate` folder to the new name. +1. Rename the `curriculum/challenges/_meta/{superBlock}-certificate` folder to the new name. 1. In the `meta.json` file of that folder, rename the values in `name`, `dashedName`, and `challengeOrder` to the new cert name. 1. In `curriculum/challenges/english/12-certificate`, rename the `{superBlock}-certificate` folder, and the YAML file within it, to the new name. 1. In the YAML file, change the `title` to the new name.