diff --git a/packages/react-devtools-shared/src/backend/console.js b/packages/react-devtools-shared/src/backend/console.js index 7d6c22abee1e6..7bd7efbcd5a5d 100644 --- a/packages/react-devtools-shared/src/backend/console.js +++ b/packages/react-devtools-shared/src/backend/console.js @@ -47,7 +47,7 @@ export function dangerous_setTargetConsoleForTesting( // v16 renderers should use this method to inject internals necessary to generate a component stack. // These internals will be used if the console is patched. -// Injecting them separately allows the console to easily be patched or unpacted later (at runtime). +// Injecting them separately allows the console to easily be patched or un-patched later (at runtime). export function registerRenderer(renderer: ReactRenderer): void { const {getCurrentFiber, findFiberByHostInstance, version} = renderer; diff --git a/packages/react-devtools-shared/src/backend/describeComponentFrame.js b/packages/react-devtools-shared/src/backend/describeComponentFrame.js index 20034df83dff2..b9830fdf717d5 100644 --- a/packages/react-devtools-shared/src/backend/describeComponentFrame.js +++ b/packages/react-devtools-shared/src/backend/describeComponentFrame.js @@ -10,7 +10,7 @@ // This file was forked from the React GitHub repo: // https://raw.githubusercontent.com/facebook/react/master/packages/shared/describeComponentFrame.js // -// It has been modified sligthly to add a zero width space as commented below. +// It has been modified slightly to add a zero width space as commented below. const BEFORE_SLASH_RE = /^(.*)[\\/]/; diff --git a/packages/react-devtools-shared/src/devtools/views/Components/NativeStyleEditor/AutoSizeInput.js b/packages/react-devtools-shared/src/devtools/views/Components/NativeStyleEditor/AutoSizeInput.js index 9613f5e150951..4adcae74fb902 100644 --- a/packages/react-devtools-shared/src/devtools/views/Components/NativeStyleEditor/AutoSizeInput.js +++ b/packages/react-devtools-shared/src/devtools/views/Components/NativeStyleEditor/AutoSizeInput.js @@ -38,7 +38,7 @@ export default function AutoSizeInput({ } }; - // Copy text stlyes from to hidden sizing