Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jan 5, 2024
1 parent 1f292b9 commit d404ccd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ class BasicIT {
----
So based on the given example the method `first` will be executed with the activation of the profiles
`run-its` and `run-its-delta`. The method `second` will be execute with the activated profile `run-its`. The method
`nested_first` will be executed with the activated profiles `run-its`, `nested-class`and `nested-first`. Finally the
`nested_first` will be executed with the activated profiles `run-its`, `nested-class` and `nested-first`. Finally the
method `nested_second` will be executed with the activated profiles `run-its` and `nested-class`.


Expand Down Expand Up @@ -893,7 +893,7 @@ class BasicIT {
How would the above test cases executed related to the defined goal annotation? The method `first` will
be executed with the goal `clean`. The method `second` will be executed with the goals `clean` and `install`.
The method `nested_first` in the nested class `NestedLevel` will be executed with the goals `clean` and `verify`
and finally the method `nested_second` will be exectuted with the goals `clean`, `verify` and `site:stage`.
and finally the method `nested_second` will be executed with the goals `clean`, `verify` and `site:stage`.

[[structuring.options]]
==== Options
Expand Down

0 comments on commit d404ccd

Please sign in to comment.