Skip to content

Commit 4c5275f

Browse files
authored
Fix typo in comment for react-devtools-shared (#20459)
1 parent 67e8419 commit 4c5275f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-devtools-shared/src/backend/views/Highlighter

packages/react-devtools-shared/src/backend/views/Highlighter/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {hideOverlay, showOverlay} from './Highlighter';
1515
import type {BackendBridge} from 'react-devtools-shared/src/bridge';
1616

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

0 commit comments

Comments
 (0)