We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707df25 commit 8b3ca13Copy full SHA for 8b3ca13
templates/javascript/snippets/method.mustache
@@ -14,7 +14,7 @@ import type { RequestOptions } from '@algolia/client-common';
14
export {{#isAsyncMethod}}async{{/isAsyncMethod}} function snippetFor{{#lambda.pascalcase}}{{method}}{{/lambda.pascalcase}}{{testIndex}}(): {{#isAsyncMethod}}Promise<void>{{/isAsyncMethod}}{{^isAsyncMethod}}void{{/isAsyncMethod}} {
15
// >SEPARATOR {{method}} {{testName}}
16
// Initialize the client
17
- // {{#hasRegionalHost}}Replace 'us' with your Algolia Apllication Region{{/hasRegionalHost}}
+ // {{#hasRegionalHost}}Replace '{{defaultRegion}}' with your Algolia Application Region{{/hasRegionalHost}}
18
{{> snippets/init}}
19
20
// Call the API
0 commit comments