Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto authored Jul 29, 2016
1 parent e336976 commit b5d975c
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 b5d975c

Please sign in to comment.