Skip to content

Commit

Permalink
doc: fix typo in method description
Browse files Browse the repository at this point in the history
OCD-2037
  • Loading branch information
tmy1313 committed Dec 17, 2024
1 parent 8178b25 commit afdb6b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public CriteriaAttributeReportController(ReportDataManager reportDataManager) {
}

@Operation(summary = "Retrieves the data used to generate the Optional Standard Criteria Attribute Summary report.",
description = "Retrgit pushieves the data used to generate the Optional Standard Criteria Attribute Summary report.",
description = "Retrieves the data used to generate the Optional Standard Criteria Attribute Summary report.",
security = {
@SecurityRequirement(name = SwaggerSecurityRequirement.API_KEY)
})
Expand Down

0 comments on commit afdb6b5

Please sign in to comment.