From a18462a8d950a7e7786c0d61f2d9831a1187ab8b Mon Sep 17 00:00:00 2001 From: danielsgriffin Date: Tue, 10 Sep 2024 07:19:19 -0700 Subject: [PATCH] cleanup: fix 2x typos of 'likeclickthrough' --- frontends/search/src/components/CreateNewDocChunkForm.tsx | 2 +- frontends/search/src/components/EditChunkPageForm.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/search/src/components/CreateNewDocChunkForm.tsx b/frontends/search/src/components/CreateNewDocChunkForm.tsx index eb76876ade..6f98469718 100644 --- a/frontends/search/src/components/CreateNewDocChunkForm.tsx +++ b/frontends/search/src/components/CreateNewDocChunkForm.tsx @@ -307,7 +307,7 @@ export const CreateNewDocChunkForm = () => { body={ } - tooltipText="Optional. Weight is applied as a linear factor to score on search results. If you have something likeclickthrough data, you can use it to incrementally increase the boost of a chunk." + tooltipText="Optional. Weight is applied as a linear factor to score on search results. If you have something like clickthrough data, you can use it to incrementally increase the boost of a chunk." /> diff --git a/frontends/search/src/components/EditChunkPageForm.tsx b/frontends/search/src/components/EditChunkPageForm.tsx index fdddeef5c0..b198cbabdb 100644 --- a/frontends/search/src/components/EditChunkPageForm.tsx +++ b/frontends/search/src/components/EditChunkPageForm.tsx @@ -412,7 +412,7 @@ export const EditChunkPageForm = (props: SingleChunkPageProps) => { body={ } - tooltipText="Optional. Weight is applied as a linear factor to score on search results. If you have something likeclickthrough data, you can use it to incrementally increase the boost of a chunk." + tooltipText="Optional. Weight is applied as a linear factor to score on search results. If you have something like clickthrough data, you can use it to incrementally increase the boost of a chunk." />