Skip to content

Commit 24eeca4

Browse files
fix typo
1 parent df7a657 commit 24eeca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detection_rules/index_mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def get_filtered_index_schema(
301301
for match in matches:
302302
base = filtered_index_lookup.get(match, {})
303303
# Update filtered index with non-ecs and custom mappings
304-
# Need to user a merge here to not overwrite existing fields
304+
# Need to use a merge here to not overwrite existing fields
305305
utils.combine_dicts(base, deepcopy(non_ecs_mapping.get(match, {})))
306306
utils.combine_dicts(base, deepcopy(custom_mapping.get(match, {})))
307307
filtered_index_lookup[match] = base

0 commit comments

Comments
 (0)