From 6b9b7b9006c3fe1a90c27e01fbff44ad64143f13 Mon Sep 17 00:00:00 2001 From: trostalski <48415966+trostalski@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:40:56 +0100 Subject: [PATCH] Fix typo in link reference from 'hellp' to 'hello' --- _stable/server/middleware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_stable/server/middleware.md b/_stable/server/middleware.md index 5df5887..32cc49a 100644 --- a/_stable/server/middleware.md +++ b/_stable/server/middleware.md @@ -248,6 +248,6 @@ async fn main() -> Result<(), Box> { # fn main() {} ``` -[hellp-world]: {{ site.url }}/guides/1/server/hello-world/ +[hello-world]: {{ site.url }}/guides/1/server/hello-world/ [upgrading]: {{ site.url }}/guides/1/upgrading/ [adapter-trait]: {{ site.hyper_util_url }}/latest/hyper_util/service/struct.TowerToHyperService.html