We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef6361 commit 628d59fCopy full SHA for 628d59f
src/models/auto/image_processing_auto.js
@@ -18,7 +18,7 @@ export class AutoImageProcessor {
18
if (!image_processor_class) {
19
if (key !== undefined) {
20
// Only log a warning if the class is not found and the key is set.
21
- console.warn(`Image rocessor type '${key}' not found, assuming base ImageProcessor. Please report this at ${GITHUB_ISSUE_URL}.`)
+ console.warn(`Image processor type '${key}' not found, assuming base ImageProcessor. Please report this at ${GITHUB_ISSUE_URL}.`)
22
}
23
image_processor_class = ImageProcessor;
24
0 commit comments