Fix typos (#10728)
This commit is contained in:
parent
8091607703
commit
e03f990a3c
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue