From a89b732765b43c1ba6f84ab8c8f436da03faa864 Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Tue, 7 May 2019 04:04:59 -0700 Subject: [PATCH] Fix typo Summary: Fixes a typo Reviewed By: jknoxville Differential Revision: D15200593 fbshipit-source-id: baf5679e095e7bc430f56de03793033c16d59f5f --- docs/tutorial/android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/android.md b/docs/tutorial/android.md index 62342f54f..d228cb518 100644 --- a/docs/tutorial/android.md +++ b/docs/tutorial/android.md @@ -102,4 +102,4 @@ flipperClient.start() When starting your application now, Flipper will tell the desktop application about the plugin it supports, including "sea-mammals" and will look for a -corresponding JavaScript plugin by that name. Let's build that next. \ No newline at end of file +corresponding JavaScript plugin by that name. Let's build that next.