From bd5fa7b667097d27e0e729dad8865362e6fab982 Mon Sep 17 00:00:00 2001 From: yuzu <38999742+Yz4230@users.noreply.github.com> Date: Sat, 22 May 2021 01:53:49 +0900 Subject: [PATCH] Fix typo: `fom` -> `from` (#142) Signed-off-by: Yz4230 --- nginx-flask-mongo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-flask-mongo/README.md b/nginx-flask-mongo/README.md index 28c3ed8..3003832 100644 --- a/nginx-flask-mongo/README.md +++ b/nginx-flask-mongo/README.md @@ -62,7 +62,7 @@ d7eea5481c77 mongo "docker-entrypoint.s…" About After the application starts, navigate to `http://localhost:80` in your web browser or run: ``` $ curl localhost:80 -Hello fom the MongoDB client! +Hello from the MongoDB client! ``` Stop and remove the containers