Skip to content

Commit

Permalink
fix typo (evecute -> execute) in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored Dec 15, 2018
1 parent ee4be98 commit fea02d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ To test the native image you can use the `org.jboss.shamrock.junit.SubstrateTest
These tests must be integration tests, as the image is generally built during the packaging phase.
As such they should follow the Maven Failsafe naming convention (\*ITCase).

These tests work by simply booting the native image, and then allowing you to evecute remote requests against it.
These tests work by simply booting the native image, and then allowing you to execute remote requests against it.
At present unit testing type functionality is supported (i.e. you cannot run test logic directly in the native image),
although this will likely change.

Expand Down

0 comments on commit fea02d7

Please sign in to comment.