Skip to content

Commit a56bc6f

Browse files
Merge pull request #2693 from varuntha-MSFT/patch-1
(AzureCXP) fixes MicrosoftDocs/dataexplorer-docs
2 parents a47f1c3 + 6cdf2b5 commit a56bc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-explorer/migrate-elasticsearch-to-azure-data-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To create a table schema and ingestion mapping in your cluster:
5858
1. Run the following command to create an ingestion mapping.
5959
6060
```Kusto
61-
.create table Vehicle ingestion json mapping 'VechicleMapping'
61+
.create table Vehicle ingestion json mapping 'VehicleMapping'
6262
'['
6363
' {"column":"Manufacturer", "path":"$.manufacturer"},'
6464
' {"column":"Model", "path":"$.model"},'

0 commit comments

Comments
 (0)