From 312f83bdda8f4ded6037f37a554f2fbd213ac0ac Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Thu, 15 Apr 2021 20:18:48 +0800 Subject: [PATCH] Fix typo in comment in mapping.go (#2939) Signed-off-by: Guangwen Feng --- plugin/storage/es/mappings/mapping.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/storage/es/mappings/mapping.go b/plugin/storage/es/mappings/mapping.go index 3a059111034..f055217bbb7 100644 --- a/plugin/storage/es/mappings/mapping.go +++ b/plugin/storage/es/mappings/mapping.go @@ -23,7 +23,7 @@ import ( ) //go:embed *.json -// MAPPINGS contains embeded index templates. +// MAPPINGS contains embedded index templates. var MAPPINGS embed.FS // MappingBuilder holds parameters required to render an elasticsearch index template