Skip to content

Commit ea19b26

Browse files
authored
typo fix (dapr#742)
Signed-off-by: Hannah Hunter <[email protected]>
1 parent b70a9e1 commit ea19b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public class SubscriberController {
175175
}
176176
```
177177

178-
- For a full list of state operations visit [How-To: Publish & subscribe]({{< ref howto-publish-subscribe.md >}}).
178+
- For a full guide on publishing messages and subscribing to a topic [How-To: Publish & subscribe]({{< ref howto-publish-subscribe.md >}}).
179179
- Visit [Java SDK examples](https://github.com/dapr/java-sdk/tree/master/examples/src/main/java/io/dapr/examples/pubsub/http) for code samples and instructions to try out pub/sub
180180

181181
### Interact with output bindings

0 commit comments

Comments
 (0)