Fixed typo in README.md (#14346)
authorRavi Vats <vats.ravi96@gmail.com>
Sun, 2 Dec 2018 00:37:05 +0000 (16:37 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 2 Dec 2018 00:39:33 +0000 (16:39 -0800)
Summary:
Fixed the typo in the Docker image section of README.md file
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14346

Differential Revision: D13290403

Pulled By: soumith

fbshipit-source-id: 1d848027a773f0cfc875c33d69a66e96abc7ac8b

README.md

index 95d20e8..60a0778 100644 (file)
--- a/README.md
+++ b/README.md
@@ -212,7 +212,7 @@ python setup.py install
 
 ### Docker image
 
-Dockerfile is supplied to build images with cuda support and cudnn v7. You can pass `-e PYTHON_VERSION=x.y` flag to specificy which python to be used by Miniconda, or leave it unset to use the default. Build as usual
+Dockerfile is supplied to build images with cuda support and cudnn v7. You can pass `-e PYTHON_VERSION=x.y` flag to specify which python version is to be used by Miniconda, or leave it unset to use the default. Build as usual
 ```
 docker build -t pytorch -f docker/pytorch/Dockerfile .
 ```