From a6d84933307208ff60dd71532b0ef098047e6c74 Mon Sep 17 00:00:00 2001 From: John Knox Date: Wed, 1 Aug 2018 06:04:34 -0700 Subject: [PATCH] Grammar fix in android sample app Summary: Fixing grammar. Reviewed By: passy Differential Revision: D9082223 fbshipit-source-id: d3bf4e345f0fd13c5ef5c418c41e4a07620bd86f --- .../java/com/facebook/flipper/sample/RootComponentSpec.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/sample/src/main/java/com/facebook/flipper/sample/RootComponentSpec.java b/android/sample/src/main/java/com/facebook/flipper/sample/RootComponentSpec.java index 89448ce44..59b2b4ee5 100644 --- a/android/sample/src/main/java/com/facebook/flipper/sample/RootComponentSpec.java +++ b/android/sample/src/main/java/com/facebook/flipper/sample/RootComponentSpec.java @@ -39,7 +39,7 @@ public class RootComponentSpec { .clickHandler(RootComponent.hitPostRequest(c))) .child( Text.create(c) - .text("I m just a text") + .text("I'm just some text") .key("3") .textSizeSp(20)) .build();