Skip to content

Commit

Permalink
fix spelling mistake (#1040)
Browse files Browse the repository at this point in the history
fix spelling mistake
  • Loading branch information
lazyanubis authored Feb 2, 2025
1 parent 29d1aeb commit fe6fcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub struct Service {
pub router: Arc<Router>,
/// The catcher of this service.
pub catcher: Option<Arc<Catcher>>,
/// These hoops will alwways be called when request received.
/// These hoops will always be called when request received.
pub hoops: Vec<Arc<dyn Handler>>,
/// The allowed media types of this service.
pub allowed_media_types: Arc<Vec<Mime>>,
Expand Down

0 comments on commit fe6fcd0

Please sign in to comment.