From a71f9725adb7aad21a93dd06f2dd9d9e33311b88 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 20 Feb 2024 20:26:22 +1000 Subject: [PATCH] docs: Fix typo in `core/src/services/http/docs.md` (#4226) Fix typo in `core/src/services/http/docs.md` --- core/src/services/http/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/services/http/docs.md b/core/src/services/http/docs.md index 8e572214ac1..0d173bb750e 100644 --- a/core/src/services/http/docs.md +++ b/core/src/services/http/docs.md @@ -16,7 +16,7 @@ This service can be used to: ## Notes -Only `read` ans `stat` are supported. We can use this service to visit any +Only `read` and `stat` are supported. We can use this service to visit any HTTP Server like nginx, caddy. ## Configuration @@ -45,4 +45,4 @@ async fn main() -> Result<()> { let op: Operator = Operator::new(builder)?.finish(); Ok(()) } -``` \ No newline at end of file +```