Skip to content

Commit e732be3

Browse files
committed
Fix typo
java -> Java
1 parent 2d80cfb commit e732be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/app-service-mobile-android-getting-started-with-push.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ms.date: 08/23/2018
9595
}
9696
```
9797

98-
4. Add another class to handle token updates. Create `ToDoInstanceIdService` java class and replace the class declaration with:
98+
4. Add another class to handle token updates. Create `ToDoInstanceIdService` Java class and replace the class declaration with:
9999

100100
```java
101101
import com.google.firebase.iid.FirebaseInstanceIdService;

0 commit comments

Comments
 (0)