Skip to content

Commit

Permalink
Fix typo in comment for react-devtools-shared (#20459)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfwood authored Feb 11, 2021
1 parent 67e8419 commit 4c5275f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {hideOverlay, showOverlay} from './Highlighter';
import type {BackendBridge} from 'react-devtools-shared/src/bridge';

// This plug-in provides in-page highlighting of the selected element.
// It is used by the browser extension nad the standalone DevTools shell (when connected to a browser).
// It is used by the browser extension and the standalone DevTools shell (when connected to a browser).
// It is not currently the mechanism used to highlight React Native views.
// That is done by the React Native Inspector component.

Expand Down

0 comments on commit 4c5275f

Please sign in to comment.