From 9ca7186afc463ce5d8ab64e4fc26e5f3717239ad Mon Sep 17 00:00:00 2001 From: Joongjin Bae Date: Mon, 4 Oct 2021 21:25:38 +0900 Subject: [PATCH] fixed eent typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 898a5b90..769896f5 100644 --- a/README.md +++ b/README.md @@ -665,7 +665,7 @@ In addition to `document_id`, this block is used to define the field that is use ```ruby sort_by: lambda do |event| - eent["time"] + event["time"] end ```