Skip to content

Commit

Permalink
Merge pull request #1295 from C-Otto/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
mattrjacobs committed Aug 2, 2016
2 parents e336976 + b5d975c commit 993ca86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hystrix-contrib/hystrix-javanica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To set threadPoolKey use ```@HystrixCommand#threadPoolKey()```

### Asynchronous Execution

To process Hystrix command asynchronously you should return an instance of `AsyncResult` in your command method as in the exapmple below:
To process Hystrix command asynchronously you should return an instance of `AsyncResult` in your command method as in the example below:
```java
@HystrixCommand
public Future<User> getUserByIdAsync(final String id) {
Expand Down

0 comments on commit 993ca86

Please sign in to comment.