Skip to content

Commit 8fe9cef

Browse files
Andras MihalyAndras Mihaly
authored andcommitted
Fix a handful of grammatical errors
1 parent f2f06af commit 8fe9cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tests/types/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 4
55
# Integration Tests
66

77
An integration test is a test that measures the interaction of multiple systems
8-
or parts of your application. They are meant to aspects like the requests and responses coming back from the server, data that ahs changed, business objects that has implemented. We’re not looking to testpage interactivity here, thats can be found in the [end to end tests](../types/e2e-tests.md).
8+
or parts of your application. They are meant to test aspects like the requests and responses coming back from the server, data that has changed and business objects that have been implemented. We’re not looking to test page interactivity here, that can be found in the [end to end tests](../types/e2e-tests.md).
99

1010
Integration tests can be found in the directory `spec/requests`.
1111

0 commit comments

Comments
 (0)