Skip to content

Commit 119bec0

Browse files
authored
Fix typo in link reference from 'hellp' to 'hello' (#152)
1 parent a09584c commit 119bec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_stable/server/middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
248248
# fn main() {}
249249
```
250250

251-
[hellp-world]: {{ site.url }}/guides/1/server/hello-world/
251+
[hello-world]: {{ site.url }}/guides/1/server/hello-world/
252252
[upgrading]: {{ site.url }}/guides/1/upgrading/
253253
[adapter-trait]: {{ site.hyper_util_url }}/latest/hyper_util/service/struct.TowerToHyperService.html

0 commit comments

Comments
 (0)