Skip to content

Commit 47f5579

Browse files
salaboycicoyle
andauthored
Update daprdocs/content/en/java-sdk-docs/spring-boot/_index.md
Co-authored-by: Cassie Coyle <[email protected]> Signed-off-by: salaboy <[email protected]>
1 parent abf25c9 commit 47f5579

File tree

1 file changed

+1
-1
lines changed
  • daprdocs/content/en/java-sdk-docs/spring-boot

1 file changed

+1
-1
lines changed

daprdocs/content/en/java-sdk-docs/spring-boot/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public void subscribe(@RequestBody CloudEvent<Order> cloudEvent){
265265

266266
Upon bootstrapping your application, Dapr will register the subscription to messages to be forwarded to the `subscribe` endpoint exposed by your application.
267267

268-
If you are writing tests got these subscribers you need to make sure that let Testcontainers know that your application will be running in port 8080,
268+
If you are writing tests for these subscribers you need to ensure that Testcontainers knows that your application will be running on port 8080,
269269
so containers started with Testcontainers know where your application is:
270270

271271
```java

0 commit comments

Comments
 (0)