Przeglądaj źródła

chore: fix typo

otjdiepluong 1 miesiąc temu
rodzic
commit
1ce598eb0a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/compiler-core/src/codegen.ts

+ 1 - 1
packages/compiler-core/src/codegen.ts

@@ -67,7 +67,7 @@ import type { ImportItem } from './transform'
  *
  *
  * Since TS 5.3, dts generation starts to strangely include broken triple slash
  * Since TS 5.3, dts generation starts to strangely include broken triple slash
  * references for source-map-js, so we are inlining all source map related types
  * references for source-map-js, so we are inlining all source map related types
- * here to to workaround that.
+ * here to workaround that.
  */
  */
 export interface CodegenSourceMapGenerator {
 export interface CodegenSourceMapGenerator {
   setSourceContent(sourceFile: string, sourceContent: string): void
   setSourceContent(sourceFile: string, sourceContent: string): void