From 63a5d6465514fa8a584291728b84af956d5b56d4 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 30 Jan 2018 09:39:30 -0600 Subject: [PATCH] Fix a typo --- react/quickly-search-for-a-component-with-react-devtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/quickly-search-for-a-component-with-react-devtools.md b/react/quickly-search-for-a-component-with-react-devtools.md index 3e3c5ca..78dca15 100644 --- a/react/quickly-search-for-a-component-with-react-devtools.md +++ b/react/quickly-search-for-a-component-with-react-devtools.md @@ -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.