diff --git a/hystrix-contrib/hystrix-javanica/README.md b/hystrix-contrib/hystrix-javanica/README.md index 37392b5a1..76d746c0c 100644 --- a/hystrix-contrib/hystrix-javanica/README.md +++ b/hystrix-contrib/hystrix-javanica/README.md @@ -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 getUserByIdAsync(final String id) {