From 7f7a0215007baf1015895edd901b266c6106d0a0 Mon Sep 17 00:00:00 2001 From: Kevin Mader Date: Wed, 2 Oct 2019 01:29:59 +0400 Subject: [PATCH] fixing lunch->launch typos (#73) * Update common.js fixing lunch->launch typ * Update index.ejs --- docs/themes/htx/layout/partials/index.ejs | 2 +- docs/themes/htx/source/js/common.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@

Quickstart

# 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();