Skip to content

Commit

Permalink
fix: Fix OpenAPI docs casing of a word
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 13, 2024
1 parent db41081 commit 541783d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private fun Route.installLatestManagerRouteDocumentation() = installNotarizedRou

get = GetInfo.builder {
description("Get the latest manager release")
summary("Get latest Manager release")
summary("Get latest manager release")
response {
description("The latest manager release")
mediaTypes("application/json")
Expand Down

0 comments on commit 541783d

Please sign in to comment.