mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 09:54:11 +03:00
Fix typos (#10728)
This commit is contained in:
parent
8091607703
commit
e03f990a3c
@ -69,7 +69,7 @@ const generateSdkTs = async () => {
|
||||
} catch (error) {
|
||||
console.log(
|
||||
`Error ${error.status} executing Prettier` +
|
||||
` to pretiffy SDK TS definitions: '${error.message}'`,
|
||||
` to prettify SDK TS definitions: '${error.message}'`,
|
||||
);
|
||||
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
|
||||
* @returns {String} Path of *_data/simple-icons.json*
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user