From 3977b58437b8ce1ea1da6e31747d888efec2419b Mon Sep 17 00:00:00 2001 From: "(Bill) Yuchen Lin" Date: Sat, 4 Dec 2021 22:01:23 -0800 Subject: [PATCH] fix a typo (#14626) --- examples/pytorch/summarization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/summarization/README.md b/examples/pytorch/summarization/README.md index 9c5aff9f47..2cb30c9218 100644 --- a/examples/pytorch/summarization/README.md +++ b/examples/pytorch/summarization/README.md @@ -175,7 +175,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