Skip to content

Commit c4890b8

Browse files
authored
Fixes wording typo (#3540)
1 parent cec605c commit c4890b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum/src/docs/routing/with_state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ axum::serve(listener, final_router).await.unwrap();
157157
# };
158158
```
159159

160-
This why this returning `Router<AppState>` after calling `with_state` doesn't
160+
This is why returning `Router<AppState>` after calling `with_state` doesn't
161161
work:
162162

163163
```rust,compile_fail

0 commit comments

Comments
 (0)