From 6a38ebcde80bd2c8ffba032b2d4e6d78b456e11f Mon Sep 17 00:00:00 2001 From: Sam Matthews Date: Mon, 17 Apr 2017 14:28:30 +0200 Subject: [PATCH] Update faqs.md --- docs/faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faqs.md b/docs/faqs.md index aeff729c..7e9a8c87 100644 --- a/docs/faqs.md +++ b/docs/faqs.md @@ -70,7 +70,7 @@ recommend using the native Android Studio emulators to reduce the chance of thes ### [Android] Checking for Google Play Services availability with React Native Firebase -React Native Firebase actually has a useful helper method for checking G.P.S availability: +React Native Firebase actually has a useful helper object for checking G.P.S availability: ```javascript const availability = firebase.googleApiAvailability;