From a1d3fbdce3512d0387c6a716a0ad91aee2893d8b Mon Sep 17 00:00:00 2001 From: Anamika <72334601+noviicee@users.noreply.github.com> Date: Tue, 30 Nov 2021 03:18:37 +0530 Subject: [PATCH] fix(docs): updated reference to /utils/dasherize.js in docs (#44316) --- 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 cd53264b92..7a68796754 100644 --- a/docs/curriculum-file-structure.md +++ b/docs/curriculum-file-structure.md @@ -105,4 +105,4 @@ When renaming a single challenge file, you need to: ## The `dashedName` Property -The `dashedName` property is used to generate the URL path for the superblock, block, or challenge. These should generally match what the `/utils/dasherize.js` helper would output for the file name. +The `dashedName` property is used to generate the URL path for the superblock, block, or challenge. These should generally match what the `/utils/slugs.js` helper would output for the file name.