Skip to content

Commit

Permalink
Fixing a typo in a class name
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet authored and Nathan Fallet committed Apr 21, 2022
1 parent 988d068 commit 92b9f8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Vapor

public final class LocaleRedirectMiddelware: Middleware {
public final class LocaleRedirectMiddleware: Middleware {
public init() {}
public func respond(to request: Request, chainingTo next: Responder) -> EventLoopFuture<Response> {
// Check if a language is passed in url
Expand Down

0 comments on commit 92b9f8e

Please sign in to comment.