diff --git a/docs/themes/htx/layout/partials/index.ejs b/docs/themes/htx/layout/partials/index.ejs index 8d5cfa1cfd5c..7dfb8bc5f71f 100644 --- a/docs/themes/htx/layout/partials/index.ejs +++ b/docs/themes/htx/layout/partials/index.ejs @@ -398,7 +398,7 @@
# Clone the repository
git clone https://github.com/heartexlabs/label-studio.git
# Lunch the development server
cd label-studio/backend
bash start.sh
# Launch the development server
cd label-studio/backend
bash start.sh
Check out the templates configured for specific data labeling needs.
" class="btn" target="_blank">Templates diff --git a/docs/themes/htx/source/js/common.js b/docs/themes/htx/source/js/common.js index 9fd3f8dcdfff..ea2a056b78ce 100644 --- a/docs/themes/htx/source/js/common.js +++ b/docs/themes/htx/source/js/common.js @@ -213,7 +213,7 @@ return false; }; - var pg = createButton("Lunch in Playground", "lnk"); + var pg = createButton("Launch in Playground", "lnk"); pg.onclick = function(ev) { ev.preventDefault();