Skip to content

Commit

Permalink
nit: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <[email protected]>
  • Loading branch information
lewijacn committed Jan 3, 2025
1 parent 9bc8714 commit 279e76c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private void runTestProcess(
}
}

// Create a simple Jolt transform which matches documents of a given index name in a snpahost and changes that
// Create a simple Jolt transform which matches documents of a given index name in a snapshot and changes that
// index name to a desired index name when migrated to the target cluster
private static String createIndexNameTransformation(String existingIndexName, String newIndexName) {
JSONArray rootArray = new JSONArray();
Expand Down

0 comments on commit 279e76c

Please sign in to comment.