1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Fix a typo

This commit is contained in:
jbranchaud
2018-01-30 09:39:30 -06:00
parent eb5d896f08
commit 63a5d64655

View File

@@ -1,7 +1,7 @@
# Quickly Search For A Component With React DevTools
As the size of your React app grows, it can become challenging to track down
specific component within the [React
specific components within the [React
DevTools](https://github.com/facebook/react-devtools) extension. You opened
it up with the hopes of quickly inspecting the `props` being received by a
component, but find yourself navigating through the DOM structure instead.