Skip to content

Commit

Permalink
Spell correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish Maheshwari authored Aug 1, 2016
1 parent e336976 commit 7b625e8
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 @@ -107,7 +107,7 @@ The return type of command method should be Future that indicates that a command

## Reactive Execution

To performe "Reactive Execution" you should return an instance of `Observable` in your command method as in the exapmple below:
To performe "Reactive Execution" you should return an instance of `Observable` in your command method as in the example below:

```java
@HystrixCommand
Expand Down

0 comments on commit 7b625e8

Please sign in to comment.