From 93cab764026b715e816b8eaa7b0f6bba238aace2 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 19 Mar 2020 13:26:08 +0100 Subject: [PATCH] Fix typo --- docs/source/howto/jupyterhub_images.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/howto/jupyterhub_images.rst b/docs/source/howto/jupyterhub_images.rst index 6697f1fb..905fbd8f 100644 --- a/docs/source/howto/jupyterhub_images.rst +++ b/docs/source/howto/jupyterhub_images.rst @@ -12,7 +12,7 @@ to allow anyone to build a Docker image of a git repository online and share an executable version of the repository with a URL to the built image. To build JupyterHub_-ready Docker images with ``repo2docker``, the -version of your JupterHub deployment must be included in the +version of your JupyterHub deployment must be included in the ``environment.yml`` or ``requirements.txt`` of the git repositories you build.