Skip to content

Commit 430ad78

Browse files
committed
Merge pull request #33896 from IDJack
* pr/33896: Fix typo in testing-native-application.adoc Closes gh-33896
2 parents cdd593e + 4001675 commit 430ad78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/testing-native-applications.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Or you might consider using a project like Selenium to check your application's
4646
[[native-image.testing.with-native-build-tools]]
4747
=== Testing With Native Build Tools
4848
GraalVM Native Build Tools includes the ability to run tests inside a native image.
49-
This can be helpful when you want to deeply test that the internals of you application work in a GraalVM native image.
49+
This can be helpful when you want to deeply test that the internals of your application work in a GraalVM native image.
5050

5151
Generating the native image that contains the tests to run can be a time-consuming operation, so most developers will probably prefer to use the JVM locally.
5252
They can, however, be very useful as part of a CI pipeline.

0 commit comments

Comments
 (0)