Skip to content

Commit 26ddfee

Browse files
yossispBuzzardo
authored andcommitted
Fix grammar
Instead of `That way, almost of the full stack is used` it should be `That way, almost all of the full stack is used`.
1 parent 6986f23 commit 26ddfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Note the use of `webEnvironment=RANDOM_PORT` to start the server with a random p
161161

162162
Another useful approach is to not start the server at all but to test only the layer below
163163
that, where Spring handles the incoming HTTP request and hands it off to your controller.
164-
That way, almost of the full stack is used, and your code will be called in exactly the
164+
That way, almost all of the full stack is used, and your code will be called in exactly the
165165
same way as if it were processing a real HTTP request but without the cost of starting the
166166
server. To do that, use Spring's `MockMvc` and ask for that to be injected for you by
167167
using the `@AutoConfigureMockMvc` annotation on the test case. The following listing (from

0 commit comments

Comments
 (0)