diff --git a/data-explorer/migrate-elasticsearch-to-azure-data-explorer.md b/data-explorer/migrate-elasticsearch-to-azure-data-explorer.md index 47f2dd4128..f94547e677 100644 --- a/data-explorer/migrate-elasticsearch-to-azure-data-explorer.md +++ b/data-explorer/migrate-elasticsearch-to-azure-data-explorer.md @@ -58,7 +58,7 @@ To create a table schema and ingestion mapping in your cluster: 1. Run the following command to create an ingestion mapping. ```Kusto - .create table Vehicle ingestion json mapping 'VechicleMapping' + .create table Vehicle ingestion json mapping 'VehicleMapping' '[' ' {"column":"Manufacturer", "path":"$.manufacturer"},' ' {"column":"Model", "path":"$.model"},'