From 2be8eeec2cffa7860f9b078aeea4d063767ee64b Mon Sep 17 00:00:00 2001 From: rdiez Date: Thu, 3 Feb 2022 19:33:51 +0100 Subject: [PATCH] Fix spelling of 'ephemeral' (#908) --- docs/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.rst b/docs/docker.rst index 16eccb7c..5b98f3e1 100644 --- a/docs/docker.rst +++ b/docs/docker.rst @@ -59,7 +59,7 @@ Using the Docker image on the command line ========================================== **Unlike typical Docker containers**, in this section the OCRmyPDF Docker -container is emphemeral – it runs for one OCR job and terminates, just like a +container is ephemeral – it runs for one OCR job and terminates, just like a command line program. We are using Docker to deliver an application (as opposed to the more conventional case, where a Docker container runs as a server).