From b80d53f65258e493615b796efc73eb9d0f0dd07c Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 20 May 2021 14:21:27 +0300 Subject: [PATCH] Fix typo in issue template --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 0c6121c0..4e48992b 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -16,7 +16,7 @@ Example: `jupyter/scipy-notebook` **What complete docker command do you run to launch the container (omitting sensitive values)?** -Example: `docker run -it --rm -p 8889:8888 jupyter/all-spark-notebook:latest` +Example: `docker run -it --rm -p 8888:8888 jupyter/all-spark-notebook:latest` **What steps do you take once the container is running to reproduce the issue?**