diff --git a/packages/shadcn/src/utils/updaters/update-files.ts b/packages/shadcn/src/utils/updaters/update-files.ts index 0e468e2e52..0fc777e7f5 100644 --- a/packages/shadcn/src/utils/updaters/update-files.ts +++ b/packages/shadcn/src/utils/updaters/update-files.ts @@ -716,7 +716,7 @@ export function toAliasedImport( // if noExt is empty (i.e. file was exactly at the root), we import the root let suffix = noExt === "" ? "" : `/${noExt}` - // Rremove /src from suffix. + // Remove /src from suffix. // Alias will handle this. suffix = suffix.replace("/src", "")