Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yccodr authored Jun 12, 2024
1 parent d1e1d5f commit 5827322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sbi/api_nsselection.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
func (s *Server) getNsSelectionRoutes() []Route {
return []Route{
{
"Helth Check",
"Health Check",
strings.ToUpper("Get"),
"/",
func(ctx *gin.Context) {
Expand Down

0 comments on commit 5827322

Please sign in to comment.