diff --git a/code/addons/links/scripts/fix-preview-api-reference.ts b/code/addons/links/scripts/fix-preview-api-reference.ts index bdc25952e4b5..90d54704768d 100644 --- a/code/addons/links/scripts/fix-preview-api-reference.ts +++ b/code/addons/links/scripts/fix-preview-api-reference.ts @@ -1,7 +1,7 @@ import { readFile, writeFile } from 'node:fs/promises'; /* I wish this wasn't needed.. - * There seems to be som e bug in tsup / the unlaying lib that does DTS bundling + * There seems to be some bug in tsup / the unlaying lib that does DTS bundling * ...that makes it mess up the generation. */ const run = async () => {