diff --git a/.yarn/sdks/typescript/lib/tsserver.js b/.yarn/sdks/typescript/lib/tsserver.js index 6249c4675a..de5449dd06 100644 --- a/.yarn/sdks/typescript/lib/tsserver.js +++ b/.yarn/sdks/typescript/lib/tsserver.js @@ -60,7 +60,7 @@ const moduleWrapperFn = tsserver => { // dependencies, since otherwise Ctrl+Click would bring us to the virtual // file instances instead of the real ones. // - // We only do this to modules owned by the the dependency tree roots. + // We only do this to modules owned by the dependency tree roots. // This avoids breaking the resolution when jumping inside a vendor // with peer dep (otherwise jumping into react-dom would show resolution // errors on react). diff --git a/.yarn/sdks/typescript/lib/tsserverlibrary.js b/.yarn/sdks/typescript/lib/tsserverlibrary.js index 0e50e0a2b0..3fb2a038d4 100644 --- a/.yarn/sdks/typescript/lib/tsserverlibrary.js +++ b/.yarn/sdks/typescript/lib/tsserverlibrary.js @@ -60,7 +60,7 @@ const moduleWrapperFn = tsserver => { // dependencies, since otherwise Ctrl+Click would bring us to the virtual // file instances instead of the real ones. // - // We only do this to modules owned by the the dependency tree roots. + // We only do this to modules owned by the dependency tree roots. // This avoids breaking the resolution when jumping inside a vendor // with peer dep (otherwise jumping into react-dom would show resolution // errors on react).