Skip to content

Commit cf8f1bb

Browse files
committed
fix typo in supported_mime_types_error_msg
1 parent f0e6797 commit cf8f1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/processing/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ def get_unsupported_mimetype_message(self):
8989
}
9090

9191
supported_mime_types_error_msg = {
92-
ProcessingRequestTypes.BATCH: "Currently supported format are GTIFF, NETCDF and ZARR.",
92+
ProcessingRequestTypes.BATCH: "Currently supported formats are GTIFF, NETCDF and ZARR.",
9393
ProcessingRequestTypes.SYNC: "Currently supported formats are GTIFF, PNG and JPEG.",
9494
}

0 commit comments

Comments
 (0)