Skip to content

Commit 7b625e8

Browse files
author
Manish Maheshwari
authored
Spell correction.
1 parent e336976 commit 7b625e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hystrix-contrib/hystrix-javanica/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The return type of command method should be Future that indicates that a command
107107

108108
## Reactive Execution
109109

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

112112
```java
113113
@HystrixCommand

0 commit comments

Comments
 (0)