From b5ad79a7d3b769af540475187cb6b2f23be755a8 Mon Sep 17 00:00:00 2001 From: ellacroix <57907121+ellacroix@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:14:01 +0200 Subject: [PATCH] Fix typo in tutorial (#371) --- examples/7_get_started_with_real_robot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/7_get_started_with_real_robot.md b/examples/7_get_started_with_real_robot.md index 23765363..f738ec29 100644 --- a/examples/7_get_started_with_real_robot.md +++ b/examples/7_get_started_with_real_robot.md @@ -752,7 +752,7 @@ Before trying `record`, if you want to push your dataset to the hub, make sure y ```bash huggingface-cli login --token ${HUGGINGFACE_TOKEN} --add-to-git-credential ``` -Also, store your Hugging Face repositery name in a variable (e.g. `cadene` or `lerobot`). For instance, run this to use your Hugging Face user name as repositery: +Also, store your Hugging Face repository name in a variable (e.g. `cadene` or `lerobot`). For instance, run this to use your Hugging Face user name as repository: ```bash HF_USER=$(huggingface-cli whoami | head -n 1) echo $HF_USER