Skip to content

Commit

Permalink
Corrected typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Aug 8, 2024
1 parent ddfb08b commit 2f62673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import javax.inject.Inject

class FeedbackFormUtils @Inject constructor() {
/**
* Only images & photos are supported at this point
* Only images & videos are supported at this point
*/
fun isSupportedMimeType(mimeType: String): Boolean {
return when {
Expand Down

0 comments on commit 2f62673

Please sign in to comment.