Skip to content

Commit 9d070f6

Browse files
committed
docs: remove slashes from javascript snippets
1 parent f77e488 commit 9d070f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/javascript/snippets/method.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import type { RequestOptions } from '@algolia/client-common';
1313
export {{#isAsyncMethod}}async{{/isAsyncMethod}} function snippetFor{{#lambda.pascalcase}}{{method}}{{/lambda.pascalcase}}{{testIndex}}(): {{#isAsyncMethod}}Promise<void>{{/isAsyncMethod}}{{^isAsyncMethod}}void{{/isAsyncMethod}} {
1414
// >SEPARATOR {{method}} {{{testName}}}
1515
// Initialize the client
16-
// {{#hasRegionalHost}}Replace '{{defaultRegion}}' with your Algolia Application Region{{/hasRegionalHost}}
16+
{{#hasRegionalHost}}// Replace '{{defaultRegion}}' with your Algolia Application Region{{/hasRegionalHost}}
1717
{{> snippets/init}}
1818

1919
// Call the API

0 commit comments

Comments
 (0)