Skip to content

Commit 6848c08

Browse files
committed
typo
1 parent 36b2a56 commit 6848c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-get-started-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Finally, specify and call the main asynchronous `run` function. This function ca
434434
const run = async () => {
435435
try {
436436
const cfg = getAzureConfiguration();
437-
const client = new AzureSearchClient(cfg.get("serviceName"), cfg.get("adminKey"), cfg.get("queryKey"), cfg.get("indexName));
437+
const client = new AzureSearchClient(cfg.get("serviceName"), cfg.get("adminKey"), cfg.get("queryKey"), cfg.get("indexName"));
438438

439439
const exists = await client.indexExistsAsync();
440440
await exists ? client.deleteIndexAsync() : Promise.resolve();

0 commit comments

Comments
 (0)