From a90d3f18623cabc2d5a128d76fd73b28bb9d78da Mon Sep 17 00:00:00 2001 From: Max Del Date: Fri, 23 Apr 2021 14:37:19 +0300 Subject: [PATCH] Fix typo in text (#11396) --- examples/pytorch/translation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/translation/README.md b/examples/pytorch/translation/README.md index d3676fb3ca..d5f47caea8 100644 --- a/examples/pytorch/translation/README.md +++ b/examples/pytorch/translation/README.md @@ -188,7 +188,7 @@ and reply to the questions asked. Then accelerate test ``` -that will check everything is ready for training. Finally, you cna launch training with +that will check everything is ready for training. Finally, you can launch training with ```bash export TASK_NAME=mrpc