Skip to content

Commit 514ff6f

Browse files
committed
fix typo
1 parent 7659648 commit 514ff6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codelabs/chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ In this step we'll create a project in Android Studio.
8181

8282
## Connect the Android app to Firebase
8383

84-
Before we can start writing code that interacts with our Firebase database, we'll need to make Android Studio aware that we'll be using Firebase. We need to do this in a few places: in the `gradle.build` script for out app and in its `AndroidManifest.xml`.
84+
Before we can start writing code that interacts with our Firebase database, we'll need to make Android Studio aware that we'll be using Firebase. We need to do this in a few places: in the `gradle.build` script for our app and in its `AndroidManifest.xml`.
8585

8686
1. open Gradle Scripts > build.gradle (Module: app)
8787

0 commit comments

Comments
 (0)