Skip to content

Commit

Permalink
docs(dos): Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Sep 27, 2024
1 parent fcb93d8 commit d200260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/dos/src/main/kotlin/DosModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ data class JobStateResponseBody(

@Serializable
data class PackageConfigurationRequestBody(
/** The purl of the package to request configuraion for. */
/** The purl of the package to request configuration for. */
val purl: String
)

Expand Down

0 comments on commit d200260

Please sign in to comment.