Skip to content

Commit 6078099

Browse files
authored
[various]fix information typo (flutter#10246)
discovered while investigating [flutter#176575](flutter#176575) ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent 3747006 commit 6078099

File tree

27 files changed

+27
-27
lines changed

27 files changed

+27
-27
lines changed

packages/camera/camera/example/android/app/src/androidTest/java/io/flutter/plugins/DartIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* a native java unit test or a java class with a dart integration.
1515
*
1616
* See: https://github.com/flutter/flutter/blob/master/docs/ecosystem/testing/Plugin-Tests.md#enabling-android-ui-tests
17-
* for more infomation.
17+
* for more information.
1818
*/
1919
@Retention(RetentionPolicy.RUNTIME)
2020
@Target(ElementType.TYPE)

packages/camera/camera_android/example/android/app/src/androidTest/java/io/flutter/plugins/DartIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* a native java unit test or a java class with a dart integration.
1515
*
1616
* See: https://github.com/flutter/flutter/blob/master/docs/ecosystem/testing/Plugin-Tests.md#enabling-android-ui-tests
17-
* for more infomation.
17+
* for more information.
1818
*/
1919
@Retention(RetentionPolicy.RUNTIME)
2020
@Target(ElementType.TYPE)

packages/camera/camera_android_camerax/example/android/app/src/androidTest/java/io/flutter/plugins/DartIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* a native java unit test or a java class with a dart integration.
1515
*
1616
* See: https://github.com/flutter/flutter/blob/master/docs/ecosystem/testing/Plugin-Tests.md#enabling-android-ui-tests
17-
* for more infomation.
17+
* for more information.
1818
*/
1919
@Retention(RetentionPolicy.RUNTIME)
2020
@Target(ElementType.TYPE)

packages/espresso/example/android/app/src/androidTest/java/io/flutter/plugins/DartIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* a native java unit test or a java class with a dart integration.
1515
*
1616
* See: https://github.com/flutter/flutter/blob/master/docs/ecosystem/testing/Plugin-Tests.md#enabling-android-ui-tests
17-
* for more infomation.
17+
* for more information.
1818
*/
1919
@Retention(RetentionPolicy.RUNTIME)
2020
@Target(ElementType.TYPE)

packages/file_selector/file_selector_android/example/android/app/src/main/java/io/flutter/plugins/DartIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* a native java unit test or a java class with a dart integration.
1515
*
1616
* See: https://github.com/flutter/flutter/blob/master/docs/ecosystem/testing/Plugin-Tests.md#enabling-android-ui-tests
17-
* for more infomation.
17+
* for more information.
1818
*/
1919
@Retention(RetentionPolicy.RUNTIME)
2020
@Target(ElementType.TYPE)

packages/flutter_plugin_android_lifecycle/example/android/app/src/androidTest/java/io/flutter/plugins/DartIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* a native java unit test or a java class with a dart integration.
1515
*
1616
* See: https://github.com/flutter/flutter/blob/master/docs/ecosystem/testing/Plugin-Tests.md#enabling-android-ui-tests
17-
* for more infomation.
17+
* for more information.
1818
*/
1919
@Retention(RetentionPolicy.RUNTIME)
2020
@Target(ElementType.TYPE)

packages/google_maps_flutter/google_maps_flutter/example/android/app/src/androidTest/java/io/flutter/plugins/DartIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* a native java unit test or a java class with a dart integration.
1515
*
1616
* See: https://github.com/flutter/flutter/blob/master/docs/ecosystem/testing/Plugin-Tests.md#enabling-android-ui-tests
17-
* for more infomation.
17+
* for more information.
1818
*/
1919
@Retention(RetentionPolicy.RUNTIME)
2020
@Target(ElementType.TYPE)

packages/google_maps_flutter/google_maps_flutter_android/example/android/app/src/androidTest/java/io/flutter/plugins/DartIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* a native java unit test or a java class with a dart integration.
1515
*
1616
* See: https://github.com/flutter/flutter/blob/master/docs/ecosystem/testing/Plugin-Tests.md#enabling-android-ui-tests
17-
* for more infomation.
17+
* for more information.
1818
*/
1919
@Retention(RetentionPolicy.RUNTIME)
2020
@Target(ElementType.TYPE)

packages/google_sign_in/google_sign_in/example/android/app/src/androidTest/java/io/flutter/plugins/DartIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* a native java unit test or a java class with a dart integration.
1515
*
1616
* See: https://github.com/flutter/flutter/blob/master/docs/ecosystem/testing/Plugin-Tests.md#enabling-android-ui-tests
17-
* for more infomation.
17+
* for more information.
1818
*/
1919
@Retention(RetentionPolicy.RUNTIME)
2020
@Target(ElementType.TYPE)

packages/google_sign_in/google_sign_in_android/example/android/app/src/androidTest/java/io/flutter/plugins/DartIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* a native java unit test or a java class with a dart integration.
1515
*
1616
* See: https://github.com/flutter/flutter/blob/master/docs/ecosystem/testing/Plugin-Tests.md#enabling-android-ui-tests
17-
* for more infomation.
17+
* for more information.
1818
*/
1919
@Retention(RetentionPolicy.RUNTIME)
2020
@Target(ElementType.TYPE)

0 commit comments

Comments
 (0)