Skip to content

Commit

Permalink
fixes typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
s-amann committed Apr 16, 2024
1 parent 6a37c78 commit b8078ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/middleware_validatesubscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func NewSubscriptionStateMuxValidator(c *Cache) *SubscriptionStateMuxValidator {
}
}

// MiddlewhareValidateSubscriptionState validates the state of the subscription as outlined by
// MiddlewareValidateSubscriptionState validates the state of the subscription as outlined by
// https://github.com/cloud-and-ai-microsoft/resource-provider-contract/blob/master/v1.0/subscription-lifecycle-api-reference.md
func (s *SubscriptionStateMuxValidator) MiddlewareValidateSubscriptionState(w http.ResponseWriter, r *http.Request, next http.HandlerFunc) {
subscriptionId := r.PathValue(strings.ToLower(PathSegmentSubscriptionID))
Expand Down

0 comments on commit b8078ef

Please sign in to comment.