Skip to content

Commit

Permalink
Fix typo in docs (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
benzwreck committed Apr 1, 2020
1 parent ee90cae commit f2ee737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/user/java-client.md
Expand Up @@ -73,7 +73,7 @@ hermesClient.publish(
);
```

Publication reuslts in returning `HermesResponse` object:
Publication results in returning `HermesResponse` object:

```java
CompletableFuture<HermesResponse> result = client.publish("group.topic", "{}");
Expand Down

0 comments on commit f2ee737

Please sign in to comment.