diff --git a/ext/junit/java/androidx/test/ext/junit/runners/AndroidJUnit4.java b/ext/junit/java/androidx/test/ext/junit/runners/AndroidJUnit4.java
index b9ca43e83..95cbf9432 100644
--- a/ext/junit/java/androidx/test/ext/junit/runners/AndroidJUnit4.java
+++ b/ext/junit/java/androidx/test/ext/junit/runners/AndroidJUnit4.java
@@ -36,9 +36,9 @@
*
*
* - Supports running on Robolectric. This implementation will delegate to RobolectricTestRunner
- * if test is running in Robolectric enviroment. A custom runner can be provided by specifying
- * the full class name in a 'android.junit.runner' system property.
- *
- Supports a per-test timeout - specfied via a 'timeout_msec' {@link
+ * if test is running in Robolectric environment. A custom runner can be provided by
+ * specifying the full class name in a 'android.junit.runner' system property.
+ *
- Supports a per-test timeout - specified via a 'timeout_msec' {@link
* androidx.test.runner.AndroidJUnitRunner} argument.
*
- Supports running tests on the application's UI Thread, for tests annotated with {@link
* androidx.test.annotation.UiThreadTest}.