This commit is contained in:
LitoMore 2024-03-29 05:44:08 +08:00 committed by GitHub
parent 8091607703
commit e03f990a3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ const generateSdkTs = async () => {
} catch (error) { } catch (error) {
console.log( console.log(
`Error ${error.status} executing Prettier` + `Error ${error.status} executing Prettier` +
` to pretiffy SDK TS definitions: '${error.message}'`, ` to prettify SDK TS definitions: '${error.message}'`,
); );
process.exit(1); process.exit(1);
} }

View file

@ -125,7 +125,7 @@ export const htmlFriendlyToTitle = (htmlFriendlyTitle) =>
); );
/** /**
* Get path of *_data/simpe-icons.json*. * Get path of *_data/simple-icons.json*.
* @param {String} rootDirectory Path to the root directory of the project * @param {String} rootDirectory Path to the root directory of the project
* @returns {String} Path of *_data/simple-icons.json* * @returns {String} Path of *_data/simple-icons.json*
*/ */