diff --git a/.yarn/sdks/typescript/lib/tsserver.js b/.yarn/sdks/typescript/lib/tsserver.js index 9f9f4d6..d8071c6 100644 --- a/.yarn/sdks/typescript/lib/tsserver.js +++ b/.yarn/sdks/typescript/lib/tsserver.js @@ -37,7 +37,7 @@ const moduleWrapper = 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 878b119..3bf6b6d 100644 --- a/.yarn/sdks/typescript/lib/tsserverlibrary.js +++ b/.yarn/sdks/typescript/lib/tsserverlibrary.js @@ -37,7 +37,7 @@ const moduleWrapper = 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).