From a69513c04473b6891cd273d6dac9501db9181f5f Mon Sep 17 00:00:00 2001 From: sacryu <49703605+sacryu@users.noreply.github.com> Date: Wed, 30 Oct 2024 22:01:22 +0800 Subject: [PATCH] fix the typos in the hit testing template (#10072) --- web/app/(commonLayout)/datasets/template/template.en.mdx | 8 ++++---- web/app/(commonLayout)/datasets/template/template.zh.mdx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/app/(commonLayout)/datasets/template/template.en.mdx b/web/app/(commonLayout)/datasets/template/template.en.mdx index e264fd707e..3c9385f8bc 100644 --- a/web/app/(commonLayout)/datasets/template/template.en.mdx +++ b/web/app/(commonLayout)/datasets/template/template.en.mdx @@ -1070,7 +1070,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from --- ```bash {{ title: 'cURL' }} - curl --location --request POST '${props.apiBaseUrl}/datasets/{dataset_id}/hit_testing' \ + curl --location --request POST '${props.apiBaseUrl}/datasets/{dataset_id}/hit-testing' \ --header 'Authorization: Bearer {api_key}' \ --header 'Content-Type: application/json' \ --data-raw '{ diff --git a/web/app/(commonLayout)/datasets/template/template.zh.mdx b/web/app/(commonLayout)/datasets/template/template.zh.mdx index 5d52664db4..9f477aa605 100644 --- a/web/app/(commonLayout)/datasets/template/template.zh.mdx +++ b/web/app/(commonLayout)/datasets/template/template.zh.mdx @@ -1071,7 +1071,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from --- ```bash {{ title: 'cURL' }} - curl --location --request POST '${props.apiBaseUrl}/datasets/{dataset_id}/hit_testing' \ + curl --location --request POST '${props.apiBaseUrl}/datasets/{dataset_id}/hit-testing' \ --header 'Authorization: Bearer {api_key}' \ --header 'Content-Type: application/json' \ --data-raw '{