We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e336976 commit 7b625e8Copy full SHA for 7b625e8
hystrix-contrib/hystrix-javanica/README.md
@@ -107,7 +107,7 @@ The return type of command method should be Future that indicates that a command
107
108
## Reactive Execution
109
110
-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:
111
112
```java
113
@HystrixCommand
0 commit comments