Skip to content

Commit 442546f

Browse files
committed
Fixed typo in documentation
1 parent 48bf60b commit 442546f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
### Using custom HttpConfiguration
5555

56-
You have the option to configure global HttpConfiguration to be used across all test cases. These call are not necessary but can be helpful for route tests for example where all registered routes are the same throughout the whole application:
56+
You have the option to configure global HttpConfiguration to be used across all test cases. These calls are not necessary but can be helpful for route tests for example where all registered routes are the same throughout the whole application:
5757

5858
```c#
5959
// register configuration by providing instance of HttpConfiguration
@@ -2908,4 +2908,4 @@ var responseTime = MyWebApi
29082908
.AndProvideTheResponseTime();
29092909
```
29102910

2911-
[To top](#table-of-contents)
2911+
[To top](#table-of-contents)

0 commit comments

Comments
 (0)