From 23a6fb0c06760c38d7dad2e4500fb9147ff67f8d Mon Sep 17 00:00:00 2001
From: Maximilian Schulz <83698606+maxschulz-COL@users.noreply.github.com>
Date: Fri, 31 Jan 2025 14:21:09 +0100
Subject: [PATCH] Update vizro-core/docs/pages/user-guides/deploy.md

Co-authored-by: Jo Stichbury <jo_stichbury@mckinsey.com>
---
 vizro-core/docs/pages/user-guides/deploy.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vizro-core/docs/pages/user-guides/deploy.md b/vizro-core/docs/pages/user-guides/deploy.md
index 3c8d13a1f..9925f41a1 100644
--- a/vizro-core/docs/pages/user-guides/deploy.md
+++ b/vizro-core/docs/pages/user-guides/deploy.md
@@ -61,7 +61,7 @@ If this is your first Vizro deployment then we recommend using our ["first dashb
 1. [Sign up for a Hugging Face account](https://huggingface.co/join).
 1. Copy our example Hugging Face dashboard by duplicating our ["first dashboard" example Space](https://huggingface.co/spaces/vizro/demo-first-dashboard). To do so, click the following button: [![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg)](https://huggingface.co/spaces/vizro/demo-first-dashboard?duplicate=true). This should open a window with the following form: ![Form to duplicate Space](../../assets/user_guides/deploy/hugging_face_duplicate_this_space.png)
 1. You do not need to alter any of the default options but the [Hugging Face documentation](https://huggingface.co/docs/hub/en/spaces-overview#duplicating-a-space) gives an explanation of each.
-1. Click "Duplicate Space" to start building your Hugging Face Space. This takes around 10 seconds, and when complete you should see the following dashboard running. ![Running dashboard](../../assets/user_guides/deploy/hugging_face_space.png)
+1. Click "Duplicate Space" to build your Hugging Face Space. This takes around 10 seconds, and when complete you should see the following dashboard running. ![Running dashboard](../../assets/user_guides/deploy/hugging_face_space.png)
 
 To turn the example app into your own, you will need to edit the code in the `app.py` file. Click on the Files tab at the top of your app and select `app.py`. Click the Edit button highlighted in the below screenshot to enter an editor view of the file. ![Edit app.py](../../assets/user_guides/deploy/hugging_face_edit_app.png)