Skip to content

Commit 60a8230

Browse files
lbalmacedaWidcket
andauthored
Apply suggestions from code review
Co-authored-by: Rita Zerrizuela <[email protected]>
1 parent d9c4f7e commit 60a8230

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ android {
7070
}
7171
```
7272

73-
The next step is to create an instance of `Auth0` with your application's information. The easiest way to create it is by using the values defined previously in the `string.xml` file and passing an Android Context. For this to work, you must have defined the string resources using the same keys as listed above.
73+
The next step is to create an instance of `Auth0` with your application's information. The easiest way to create it is by using the values defined previously in the `strings.xml` file and passing an Android Context. For this to work, you must have defined the string resources using the same keys as listed above.
7474

7575
```kotlin
7676
val account = Auth0(context)
@@ -111,7 +111,7 @@ Next, add the `LockActivity` inside the `application` tag:
111111
Make sure the Activity's `launchMode` is declared as `singleTask` or the authentication result won't come back into your application.
112112

113113

114-
Then, in any of your Activities, you need to initialize **Lock** and handle the release of its resources appropriately after you're doing using it.
114+
Then, in any of your Activities, you need to initialize **Lock** and handle the release of its resources appropriately after you're done using it.
115115

116116
```kotlin
117117
// This activity will show Lock
@@ -295,4 +295,4 @@ If you have found a bug or if you have a feature request, please report them at
295295

296296
## License
297297

298-
This project is licensed under the MIT license. See the [LICENSE](LICENSE.md) file for more info.
298+
This project is licensed under the MIT license. See the [LICENSE](LICENSE.md) file for more info.

0 commit comments

Comments
 (0)