From 66f0cf830f651e17616dcb072acf6326388f81e7 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 20 Feb 2024 20:17:24 +1000 Subject: [PATCH] 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 8e572214ac1c..0d173bb750e7 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 +```