mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-05 01:20:39 +02:00
Fix typos (#10728)
This commit is contained in:
parent
8091607703
commit
e03f990a3c
@ -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);
|
||||||
}
|
}
|
||||||
|
2
sdk.mjs
2
sdk.mjs
@ -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*
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user