Skip to content

Commit

Permalink
fix typo caseInsensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed Mar 30, 2024
1 parent d1e4326 commit 0950033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Vapor/Deprecations/Routes+caseInsenstive.swift
@@ -1,6 +1,6 @@
extension Routes {
@available(*, deprecated, renamed: "caseInsensitive")
public var caseInsenstive: Bool {
public var caseInsensitive: Bool {
get {
caseInsensitive
}
Expand Down

0 comments on commit 0950033

Please sign in to comment.