Skip to content

Commit e73b935

Browse files
authored
DOCS : Fixed a typo
1 parent 6b8a370 commit e73b935

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public class AppApplication extends Application {
6464
```
6565
then you need to change your ```AndroidManifest.xml``` to load your custom
6666
application class instead of the default one adding the
67-
```android:name".AppApplication"``` (you should update the path accordingly based
68-
on where you create the ```AppApplication``` class) to the manifest if you already didn't.
67+
```android:name".AppApplication"``` (you should update the path accordingly based on
68+
where you created the ```AppApplication``` class) to the manifest if you already didn't.
6969

7070
Something similar to this:
7171
```

0 commit comments

Comments
 (0)