Merge pull request #131 from chmac/patch-1

Minor typo correction
This commit is contained in:
Leonid Bugaev
2014-12-07 20:37:26 +05:00
+1 -1
View File
@@ -34,7 +34,7 @@ It's recommended to use separate server for replaying traffic, but if you have e
sudo gor --input-raw :80 --output-http "http://staging.com"
```
### Guarante of replay and HTTP input
### Guarantee of replay and HTTP input
Due to how traffic interception works, there is chance of missing requests. If you want guarantee that requests will be replayed you can use http input, but it will require changes in your app as well.
```