From 8366e4e9d7043a5df990c3c3fbfbb930aa34ed43 Mon Sep 17 00:00:00 2001 From: HRankit Date: Tue, 5 Feb 2019 19:04:44 +0530 Subject: [PATCH] Fixed typo in the file. (#30059) --- .../android-development/firebase/cloud-firestore/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/android-development/firebase/cloud-firestore/index.md b/guide/english/android-development/firebase/cloud-firestore/index.md index a2045e5a0a..203ec40a9c 100644 --- a/guide/english/android-development/firebase/cloud-firestore/index.md +++ b/guide/english/android-development/firebase/cloud-firestore/index.md @@ -14,7 +14,7 @@ It is recommended that you do this so as to not be confused by partial instructi ## Setting it up with Android Studio -Once you have added firebase to your project, you need to perfrom additional steps such as adding the relevant dependencies and so on. You can find out more information and sample code from the [documentation](https://firebase.google.com/docs/firestore/quickstart). +Once you have added firebase to your project, you need to perform additional steps such as adding the relevant dependencies and so on. You can find out more information and sample code from the [documentation](https://firebase.google.com/docs/firestore/quickstart). **Add Gradle Dependencies**