fix(docs): updated reference to /utils/dasherize.js in docs (#44316)

This commit is contained in:
Anamika 2021-11-30 03:18:37 +05:30 committed by GitHub
parent 25865cc9bb
commit a1d3fbdce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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