Skip to content

Commit 9eb4479

Browse files
authored
Fix typo in cqrs-microservice-reads.md (#20627)
1 parent 269b116 commit 9eb4479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/microservices/microservice-ddd-cqrs-patterns/cqrs-microservice-reads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public class OrderSummary
167167
}
168168
```
169169

170-
This is another reason why explicit returned types are better than dynamic types, in the long term. When using the `ProducesResponseType` attribute, you can also specify what is the expected outcome in regards possible HTTP errors/codes, like 200, 400, etc.
170+
This is another reason why explicit returned types are better than dynamic types, in the long term. When using the `ProducesResponseType` attribute, you can also specify what is the expected outcome in regards to possible HTTP errors/codes, like 200, 400, etc.
171171

172172
In the following image, you can see how Swagger UI shows the ResponseType information.
173173

0 commit comments

Comments
 (0)