From dd6a666eef45f2bd96aec263ddbed8736a5e8b16 Mon Sep 17 00:00:00 2001 From: Bryan Stenson Date: Wed, 24 Dec 2025 21:44:58 -0800 Subject: [PATCH] typo in recorder.md --- en/docs/concepts/recorder.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```