From 1e00966a4ac614b7ecfee8c2b32221bfddd2c60f Mon Sep 17 00:00:00 2001 From: Moti Zilberman Date: Wed, 26 Feb 2020 00:21:50 -0800 Subject: [PATCH] Correctly capitalise "React DevTools" Summary: TSIA Reviewed By: rickhanlonii, jknoxville Differential Revision: D20069072 fbshipit-source-id: 56ca37c8354b2dcbe2756bfe0f48f139ea44e32d --- src/plugins/reactdevtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/reactdevtools/package.json b/src/plugins/reactdevtools/package.json index 313781f7f..57a4ba834 100644 --- a/src/plugins/reactdevtools/package.json +++ b/src/plugins/reactdevtools/package.json @@ -9,7 +9,7 @@ "get-port": "^5.0.0", "react-devtools-core": "^4.0.6" }, - "title": "React Devtools", + "title": "React DevTools", "icon": "app-react", "bugs": { "email": "danielbuechele@fb.com"