From 1c67540bf7e1036d9f530df464e48db3446641f3 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 7 May 2019 10:16:43 -0700 Subject: [PATCH] Fix javadoc typo Summary: Drive-by fix. Reviewed By: jknoxville Differential Revision: D15241511 fbshipit-source-id: e87f31a9929c24aa56b8101303703342d2ae64c5 --- .../com/facebook/flipper/plugins/inspector/InspectorValue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/main/java/com/facebook/flipper/plugins/inspector/InspectorValue.java b/android/src/main/java/com/facebook/flipper/plugins/inspector/InspectorValue.java index e3f133cbf..c38053b36 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/inspector/InspectorValue.java +++ b/android/src/main/java/com/facebook/flipper/plugins/inspector/InspectorValue.java @@ -12,7 +12,7 @@ import com.facebook.flipper.core.FlipperValue; public class InspectorValue implements FlipperValue { /** - * Descrive the type of data this value contains. This will influence how values are parsed and + * Describe the type of data this value contains. This will influence how values are parsed and * displayed by the Flipper desktop app. For example colors will be parse as integers and * displayed using hex values and be editable using a color picker. *