diff --git a/en/docs/concepts/recorder.md b/en/docs/concepts/recorder.md index 52bf5bd..21008c0 100644 --- a/en/docs/concepts/recorder.md +++ b/en/docs/concepts/recorder.md @@ -32,7 +32,7 @@ recorders: ## Recorder Types -Currently supported recorder types are: file, TCP servie, HTTP service, redis. +Currently supported recorder types are: file, TCP service, HTTP service, redis. ### File @@ -284,4 +284,4 @@ curl -XPOST http://127.0.0.1:8000/recorder -d '{"data":"aGVsbG8gd29ybGQ="}' ```json {"ok":true} -``` \ No newline at end of file +```