Skip to content

Commit 312f83b

Browse files
author
Guangwen Feng
authored
Fix typo in comment in mapping.go (#2939)
Signed-off-by: Guangwen Feng <[email protected]>
1 parent c5642b7 commit 312f83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugin/storage/es/mappings/mapping.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
)
2424

2525
//go:embed *.json
26-
// MAPPINGS contains embeded index templates.
26+
// MAPPINGS contains embedded index templates.
2727
var MAPPINGS embed.FS
2828

2929
// MappingBuilder holds parameters required to render an elasticsearch index template

0 commit comments

Comments
 (0)