Skip to content

Commit 3ba7b4e

Browse files
duanemayhsinn0
authored andcommitted
typo
1 parent 7b97a06 commit 3ba7b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ tasks.register('integrationTest', Test) {
296296
// Jacoco report from cargo run
297297
// - To record coverage of cargo run, execute the task with
298298
// `-Dxcoveragerun=true` option, then use this task to generate report from it.
299-
// - e.g. To genernate coverage report of integration test:
299+
// - e.g. To generate coverage report of integration test:
300300
// 1) ./gradlew integrationTest -Dxcoveragerun=true
301301
// 2) ./bin/kill_uaa.sh
302302
// 3) ./gradlew jacocoCargoReport

0 commit comments

Comments
 (0)