Skip to content

Commit

Permalink
fix: Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 9, 2024
1 parent c94ca48 commit aafc828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/api/configuration/OpenAPI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal fun Application.configureOpenAPI() {
spec = {
OpenApiSpec(
info = Info(
title = "Revanced API",
title = "ReVanced API",
version = applicationVersion,
description = "API server for ReVanced.",
contact = Contact(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ private fun Route.installAnnouncementsRouteDocumentation() = installNotarizedRou

get = GetInfo.builder {
description("Get the announcements")
summary("Get announcement")
summary("Get announcements")
response {
responseCode(HttpStatusCode.OK)
mediaTypes("application/json")
Expand Down

0 comments on commit aafc828

Please sign in to comment.