Fix typo in error message

This commit is contained in:
James R. Barlow
2026-06-17 14:49:31 -07:00
parent 3d17419a6c
commit e0ee0882ef
+1 -1
View File
@@ -210,7 +210,7 @@ def create_input_file(options: OcrOptions, work_folder: Path) -> tuple[Path, str
if running_in_docker(): # pragma: no cover
msg += (
"\nDocker cannot access your working directory unless you "
"explicitly share it with the Docker container and set up"
"explicitly share it with the Docker container and set up "
"permissions correctly.\n"
"You may find it easier to use stdin/stdout:"
"\n"