Skip to content

Commit d6233b4

Browse files
PRC-500: Correct typo
1 parent 29ac061 commit d6233b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/uk/gov/justice/digital/hmpps/organisationsapi/model/response/sync/SyncOrganisationId.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package uk.gov.justice.digital.hmpps.organisationsapi.model.response.sync
22

33
import io.swagger.v3.oas.annotations.media.Schema
44

5-
@Schema(description = "Response object for email address changes via sync")
5+
@Schema(description = "Response object for sync reconciliation")
66
data class SyncOrganisationId(
77
@Schema(description = "The ID for an organisation", example = "111111")
88
val organisationId: Long,

0 commit comments

Comments
 (0)