Skip to content

Commit abf25c9

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 a7d9d9a commit abf25c9

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
@@ -263,7 +263,7 @@ public void subscribe(@RequestBody CloudEvent<Order> cloudEvent){
263263
}
264264
```
265265

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

268268
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,
269269
so containers started with Testcontainers know where your application is:

0 commit comments

Comments
 (0)