Skip to content

Commit

Permalink
Merge pull request #1297 from ManishMaheshwari/patch-1
Browse files Browse the repository at this point in the history
Spell correction.
  • Loading branch information
mattrjacobs authored Aug 2, 2016
2 parents ca41fbb + 7b625e8 commit aec05b3
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 aec05b3

Please sign in to comment.